diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-01-22 10:35:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-01-22 10:35:30 +0000 |
commit | 6b58221c699f5f6e5f264a692749611cd80a8a8f (patch) | |
tree | 9559a89b2adf30b8cf58c02321bfd259bcc100cb /testing/hw-probe | |
parent | 79e669291880a10e7fa49a2bfcb748093447f192 (diff) | |
download | aports-6b58221c699f5f6e5f264a692749611cd80a8a8f.tar.bz2 aports-6b58221c699f5f6e5f264a692749611cd80a8a8f.tar.xz |
testing/hw-probe: upgrade to 1.5
Diffstat (limited to 'testing/hw-probe')
-rw-r--r-- | testing/hw-probe/APKBUILD | 4 |
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 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname="hw-probe" -pkgver="1.4" +pkgver=1.5 pkgrel=0 pkgdesc="A tool to probe for hardware and upload result to the Linux Hardware Database" url="https://github.com/linuxhw/hw-probe" @@ -23,4 +23,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="4024de223affe61cebf6a666f2b02223ce6c2fc4b558689cbb2706195d42e1d8d7dbb86b56fcbbb535d3ec09d9eb86d7099ca1779bed2bc49f7e6f7886d81c47 hw-probe-1.4.tar.gz" +sha512sums="80dd2484bd317ac1e86d7f434626f288648aebf110a4bf81c0c05548abcb19d990119c1690fcb5796384a6c32fd5c1e827698a31165bfc41ef6df9fc7fdd368d hw-probe-1.5.tar.gz" |