diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2019-11-16 02:50:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 05:51:35 +0100 |
commit | fc93db0b5c636a456c65f29f5ee3d860fbcd7010 (patch) | |
tree | ec1c3906800038798e713b3d650c23aa95b16840 /community/intel-ucode/APKBUILD | |
parent | 7273a007dd24611c6e8744d2cdf8c68530e35023 (diff) | |
download | aports-fc93db0b5c636a456c65f29f5ee3d860fbcd7010.tar.bz2 aports-fc93db0b5c636a456c65f29f5ee3d860fbcd7010.tar.xz |
community/intel-ucode: upgrade to 20191115
Diffstat (limited to 'community/intel-ucode/APKBUILD')
-rw-r--r-- | community/intel-ucode/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/intel-ucode/APKBUILD b/community/intel-ucode/APKBUILD index 29b8851847..64461d29b0 100644 --- a/community/intel-ucode/APKBUILD +++ b/community/intel-ucode/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> pkgname=intel-ucode -pkgver=20191113 +pkgver=20191115 pkgrel=0 pkgdesc="Microcode update files for Intel CPUs" arch="x86 x86_64" @@ -25,4 +25,4 @@ package() { install -Dm644 license "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="6675d517d407887d8a8acc6f3ea0b0df170326ba90cea8970990052c1aa2d96e7f64c0f4c13006d4614e545ed92f11cf3a9f8b34719b18dd8c4c83760656c1f1 microcode-20191113.tar.gz" +sha512sums="11014c16bde83ac290bc75e458242f5e64b8dffd49de2e938f61f4a09979cd5e80dd1a85d2ccbac067e4398dc3d93ef3583e4aa9b2e545ba46d26e65ec1e2881 microcode-20191115.tar.gz" |