fasm: update to 1.73.27.

Also add update file.
This commit is contained in:
Evgeny Ermakov 2021-05-07 03:27:41 +11:00 committed by Érico Nogueira Rolim
parent fa0edf37d3
commit c39080ad9f
2 changed files with 4 additions and 2 deletions

View file

@ -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 <KAction@disroot.org>"
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

2
srcpkgs/fasm/update Normal file
View file

@ -0,0 +1,2 @@
site="https://flatassembler.net/download.php"
pattern="fasm-\K[\d\.]+.(?=.tgz)"