Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / fio
Commits:
299696b1 by Anatol Pomozov at 2025-03-23T12:07:21-07:00
upgpkg: 3.39-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fio
pkgdesc = Scriptable I/O tool for storage benchmarks and drive testing
- pkgver = 3.38
+ pkgver = 3.39
pkgrel = 1
url = https://github.com/axboe/fio
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = fio
optdepends = gtk2: for gfio - fio GUI frontend
optdepends = curl: for gfio - fio GUI frontend
optdepends = gnuplot: generating plots using fio_generate_plots
- source = https://github.com/axboe/fio/archive/fio-3.38.zip
- sha256sums =
1650077b323826df7eb563e102f79e201e19b5d7f0522199697d5b9d5a47352d
+ source = https://github.com/axboe/fio/archive/fio-3.39.zip
+ sha256sums =
dca47043f39f02a7640e8eb7a40abc4269b5c05e8189d3e6113c2f94505ff0fd
pkgname = fio
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
pkgname=fio
-pkgver=3.38
+pkgver=3.39
pkgrel=1
pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
arch=(x86_64)
@@ -18,7 +18,7 @@ optdepends=(
'gnuplot: generating plots using fio_generate_plots'
)
source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('1650077b323826df7eb563e102f79e201e19b5d7f0522199697d5b9d5a47352d')
+sha256sums=('dca47043f39f02a7640e8eb7a40abc4269b5c05e8189d3e6113c2f94505ff0fd')
prepare() {
cd fio-fio-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fio/-/commit/299696b1bb5066da7bba11c8a6dc88d820fce9a7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fio/-/commit/299696b1bb5066da7bba11c8a6dc88d820fce9a7
You're receiving this email because of your account on gitlab.archlinux.org.