diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 10:20:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 10:20:02 +0000 |
commit | 3e7ec8eefe4dc2c8edda8e1098a63a6149ca2587 (patch) | |
tree | c0462ec112bfa482fcc2983281798a1f1d6ee403 /sysutils/devcpu-data/Makefile | |
parent | 5b60da4f94e92f6f28a698e9e4b12f87875d06d3 (diff) |
Notes
Diffstat (limited to 'sysutils/devcpu-data/Makefile')
-rw-r--r-- | sysutils/devcpu-data/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/devcpu-data/Makefile b/sysutils/devcpu-data/Makefile index adaf2a036078..99818cc65414 100644 --- a/sysutils/devcpu-data/Makefile +++ b/sysutils/devcpu-data/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= data -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= sysutils -MASTER_SITES= http://downloadmirror.intel.com/24661/eng/:intel \ +MASTER_SITES= http://downloadmirror.intel.com/25512/eng/:intel \ http://www.amd64.org/microcode/:amd PKGNAMEPREFIX= devcpu- -DISTFILES= microcode-20150121.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd +DISTFILES= microcode-20151106.tgz:intel amd-ucode-2014-12-01.tar.bz2:amd MAINTAINER= clarkjc@runbox.com COMMENT= Intel and AMD CPUs microcode updates |