aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-08 16:29:55 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-08 16:29:55 +0000
commitaa4b9075457b574f8cc1c9dfe37f83036e652b04 (patch)
treec7ab4924fccc8ed69711fef8b30d370a904f90d9 /sysutils/devcpu-data/Makefile
parentd5521b2d7837f05b30d97090619ca72efb3994b9 (diff)
downloadports-aa4b9075457b574f8cc1c9dfe37f83036e652b04.tar.gz
ports-aa4b9075457b574f8cc1c9dfe37f83036e652b04.zip
- (Really) update Intel microcode to 20190918. Note the previous commit did
not update GH_TAGNAME. Therefore, the actual microcode was still 20190618. - Update AMD microcode to 20191021. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=2b016af Approved by: sbruno (maintainer) MFH: 2019Q4
Notes
Notes: svn path=/head/; revision=517076
Diffstat (limited to 'sysutils/devcpu-data/Makefile')
-rw-r--r--sysutils/devcpu-data/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile
index 3a9f239fd1c2..c9247102f56f 100644
--- a/sysutils/devcpu-data/Makefile
+++ b/sysutils/devcpu-data/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= data
-PORTVERSION= 1.24
+PORTVERSION= 1.25
CATEGORIES= sysutils
MASTER_SITES= LOCAL/sbruno:amd
PKGNAMEPREFIX= devcpu-
-DISTFILES= amd64-microcode.20181214.tar.xz:amd
+DISTFILES= amd64-microcode.20191021.tar.xz:amd
MAINTAINER= sbruno@FreeBSD.org
COMMENT= Intel and AMD CPUs microcode updates
@@ -19,7 +19,7 @@ LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
USE_GITHUB= yes
GH_ACCOUNT= intel
GH_PROJECT= Intel-Linux-Processor-Microcode-Data-Files
-GH_TAGNAME= microcode-20190618
+GH_TAGNAME= microcode-20190918
ONLY_FOR_ARCHS= amd64 i386
NO_ARCH= yes