diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 04:02:10 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-04-17 04:02:10 +0000 |
commit | 78819a3eead8840e9d178fc58cc98f279545d169 (patch) | |
tree | 3a1cb093c6cfa117c09c50e4cede76a8c657fcb2 | |
parent | 4ae177c4ebe08459e58865f48a99c03c36d49f41 (diff) | |
download | packages-78819a3eead8840e9d178fc58cc98f279545d169.tar.gz packages-78819a3eead8840e9d178fc58cc98f279545d169.tar.bz2 packages-78819a3eead8840e9d178fc58cc98f279545d169.tar.xz packages-78819a3eead8840e9d178fc58cc98f279545d169.zip |
user/hwids: bump to 20190316
-rw-r--r-- | user/hwids/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/hwids/APKBUILD b/user/hwids/APKBUILD index 92d161907..1fcbe079d 100644 --- a/user/hwids/APKBUILD +++ b/user/hwids/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=hwids -pkgver=20180917 +pkgver=20190316 pkgrel=0 pkgdesc="Hardware identification databases" url="https://github.com/gentoo/hwids/" @@ -67,4 +67,4 @@ udev() { mv "$pkgdir"/etc "$subpkgdir"/ } -sha512sums="9fdcd5a7b3adca1bed886aa83e9cf3944391a819fc9f09b673bd815d95e6e70cecf40d8e87287207e34bfeb58c888188fc61b1c0ac13c1ecab0efbdb5100f8d9 hwids-20180917.tar.gz" +sha512sums="6db50577b5d29d73f1dc0a44d0b74320cb0df186b9850160b15a6e8f2bcbdbf8193bae4146f81a5afc6b0e05706b5286b4b5858eb028d6c58ea4582df61d232e hwids-20190316.tar.gz" |