diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-02-19 02:28:25 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2019-02-19 02:28:25 +0800 |
commit | 6551120ce5304e8bd02f1e4a2e3cd7a039bbcac2 (patch) | |
tree | 8300c8eb07737c1c71baa9a799066e47d4cbcb6c /lang/fasm/Makefile | |
parent | 472be03a5d38b44cd769879e33c2b1bbff2ba0b0 (diff) | |
download | freebsd-ports-gnome-6551120ce5304e8bd02f1e4a2e3cd7a039bbcac2.tar.gz freebsd-ports-gnome-6551120ce5304e8bd02f1e4a2e3cd7a039bbcac2.tar.zst freebsd-ports-gnome-6551120ce5304e8bd02f1e4a2e3cd7a039bbcac2.zip |
lang/fasm: update to 1.73.09
This is a bugfix release.
Fixed a bug in AVX-512 instruction encoding with "{sae}" modifier.
Reported by: portscout
Diffstat (limited to 'lang/fasm/Makefile')
-rw-r--r-- | lang/fasm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fasm/Makefile b/lang/fasm/Makefile index 6c929aa4b93a..dd3d18406704 100644 --- a/lang/fasm/Makefile +++ b/lang/fasm/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fasm -PORTVERSION= 1.73.08 +PORTVERSION= 1.73.09 CATEGORIES= lang devel MASTER_SITES= http://flatassembler.net/ |