aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-01-22 10:35:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-01-22 10:35:30 +0000
commit6b58221c699f5f6e5f264a692749611cd80a8a8f (patch)
tree9559a89b2adf30b8cf58c02321bfd259bcc100cb
parent79e669291880a10e7fa49a2bfcb748093447f192 (diff)
downloadalpine_aports-6b58221c699f5f6e5f264a692749611cd80a8a8f.tar.bz2
alpine_aports-6b58221c699f5f6e5f264a692749611cd80a8a8f.tar.xz
alpine_aports-6b58221c699f5f6e5f264a692749611cd80a8a8f.zip
testing/hw-probe: upgrade to 1.5
-rw-r--r--testing/hw-probe/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hw-probe/APKBUILD b/testing/hw-probe/APKBUILD
index 0010660e79..2bb864b5ce 100644
--- a/testing/hw-probe/APKBUILD
+++ b/testing/hw-probe/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: Francesco Colista <fcolista@alpinelinux.org> 1# Contributor: Francesco Colista <fcolista@alpinelinux.org>
2# Maintainer: Francesco Colista <fcolista@alpinelinux.org> 2# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
3pkgname="hw-probe" 3pkgname="hw-probe"
4pkgver="1.4" 4pkgver=1.5
5pkgrel=0 5pkgrel=0
6pkgdesc="A tool to probe for hardware and upload result to the Linux Hardware Database" 6pkgdesc="A tool to probe for hardware and upload result to the Linux Hardware Database"
7url="https://github.com/linuxhw/hw-probe" 7url="https://github.com/linuxhw/hw-probe"
@@ -23,4 +23,4 @@ package() {
23 make DESTDIR="$pkgdir" install 23 make DESTDIR="$pkgdir" install
24} 24}
25 25
26sha512sums="4024de223affe61cebf6a666f2b02223ce6c2fc4b558689cbb2706195d42e1d8d7dbb86b56fcbbb535d3ec09d9eb86d7099ca1779bed2bc49f7e6f7886d81c47 hw-probe-1.4.tar.gz" 26sha512sums="80dd2484bd317ac1e86d7f434626f288648aebf110a4bf81c0c05548abcb19d990119c1690fcb5796384a6c32fd5c1e827698a31165bfc41ef6df9fc7fdd368d hw-probe-1.5.tar.gz"