diff options
Diffstat (limited to 'community/sg3_utils/APKBUILD')
-rw-r--r-- | community/sg3_utils/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/sg3_utils/APKBUILD b/community/sg3_utils/APKBUILD index 8250b83b02..dc5b240217 100644 --- a/community/sg3_utils/APKBUILD +++ b/community/sg3_utils/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sg3_utils -pkgver=1.45 +pkgver=1.47 pkgrel=0 pkgdesc="Generic SCSI utilities" url="http://sg.danny.cz/sg/sg3_utils.html" @@ -10,7 +10,8 @@ options="!check" # No test suite. license="BSD-2-Clause AND GPL-2.0-or-later" makedepends="linux-headers" subpackages="$pkgname-dev $pkgname-doc" -source="http://sg.danny.cz/sg/p/sg3_utils-$pkgver.tgz" +source="http://sg.danny.cz/sg/p/sg3_utils-$pkgver.tgz + unsigned-int.patch" build() { ./configure \ @@ -32,4 +33,7 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e7a8d0bcee707fe8a3bbdb7b5579e48a9176b5968f3ebfb5b5c39c4b7d70b65c7e48f3b57580833b658354922d1d1aed28b177e669610f555d2aebc4b88d51d0 sg3_utils-1.45.tgz" +sha512sums=" +27e43eb1103d6fb321af106964e56b800688ee74ebc47201cda1f29703ddaa34655cb0a6ce926952fdb66e10904e32dda4ca448789e9305a02d55f5477d5d21d sg3_utils-1.47.tgz +e288986ef0cdb6a6a07fea51bbeb02f8071eb689eecab8f91c4a6a82528bbed865e1c7b76bc4a5d8236eff1d11e09214ad1d443704b32427d849e2af0cedbb23 unsigned-int.patch +" |