diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 20:27:28 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-08-21 14:01:10 +0000 |
commit | de4dad0b9450b25c3a13f7eeff38c914b2721ead (patch) | |
tree | b84ac69eaca18b6b0e3313abcf65cbdea763b199 /main | |
parent | 7dce2e7b9f88ea67ddfe73cbb1265bdba9ab9a44 (diff) | |
download | aports-de4dad0b9450b25c3a13f7eeff38c914b2721ead.tar.bz2 aports-de4dad0b9450b25c3a13f7eeff38c914b2721ead.tar.xz |
main/acpica: upgrade to 20190816
Diffstat (limited to 'main')
-rw-r--r-- | main/acpica/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/acpica/APKBUILD b/main/acpica/APKBUILD index de6047d23a..3f168111f6 100644 --- a/main/acpica/APKBUILD +++ b/main/acpica/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Roger Pau Monne <roger.pau@entel.upc.edu> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=acpica -pkgver=20190703 +pkgver=20190816 pkgrel=0 pkgdesc="ACPI Component Architecture utilities" url="https://www.acpica.org" @@ -31,5 +31,5 @@ iasl() { mv "$pkgdir"/usr/bin/iasl "$subpkgdir"/usr/bin/ } -sha512sums="f687f407aaa14684e5d09d21a2e3c197c490b710a633bca491412875f8dfa9164ba5c2c8531946f82713c24d32f47ff4ea3c108c7c124adb83a69e19a6b31163 acpica-unix-20190703.tar.gz +sha512sums="8978dd7f7ebb09d0bf5e8a9ca4cf03ee682efa4f4d2fb7070f490446bfcadbf17d2c22a3aaa7a34eda59ecd2867eeee64fba31e3ad27884753bb96ccf700bece acpica-unix-20190816.tar.gz 1f5049568d612d4debf3690e0d918d8d56abbed14ade7b2e6282eba17b25934b695d1a9fe10f99469efe8d4382c4546481d0579afdf5cdb9695fcdc93559fbab disable-werror.patch" |