diff options
Diffstat (limited to 'community/intel-ucode')
-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 8a99e29b5f..daa7a66ff3 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=20190618 +pkgver=20190918 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="f7717f476465705e14ea26b516cf7b1d04e29842da0924d7da5582346ad5dd5dfd8755041bdca8f3afa7fe64f138e91354498d87006fe4487701242858c24c17 microcode-20190618.tar.gz" +sha512sums="82e5212238d3e35470d139240d9157877ac252725598ec31bfe1763755681539a4ecdf24e04c4e4270215578a9ca3c063c8fc353accf99999c3d4ac2780a6e0c microcode-20190918.tar.gz" |