From 037d8c24b8386d2cc0ae6416c4f51e53636e274e Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Fri, 7 May 2021 03:27:41 +1100 Subject: [PATCH] fasm: update to 1.73.27. Also add update file. --- srcpkgs/fasm/template | 4 ++-- srcpkgs/fasm/update | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/fasm/update diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template index 6c175222ed04..020b96a5a3b8 100644 --- a/srcpkgs/fasm/template +++ b/srcpkgs/fasm/template @@ -1,6 +1,6 @@ # Template file for 'fasm' pkgname=fasm -version=1.73.24 +version=1.73.27 revision=1 archs="i686* x86_64*" wrksrc=fasm @@ -9,7 +9,7 @@ maintainer="Dmitry Bogatov " license="BSD-2-Clause" homepage="https://flatassembler.net" distfiles="https://flatassembler.net/fasm-${version}.tgz" -checksum=f3c83975a36d9095e64bb3f60f2f0844355cb502391efce9d611c18a34ec5b90 +checksum=680148377fb6d3b6663852880faa03514d7326b5995742d33a87e244f48cf0b1 nostrip=yes case ${XBPS_TARGET_MACHINE} in diff --git a/srcpkgs/fasm/update b/srcpkgs/fasm/update new file mode 100644 index 000000000000..7a0ebcb45533 --- /dev/null +++ b/srcpkgs/fasm/update @@ -0,0 +1,2 @@ +site="https://flatassembler.net/download.php" +pattern="fasm-\K[\d\.]+.(?=.tgz)"