mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
fasm: update to 1.73.27.
Also add update file.
This commit is contained in:
parent
fa0edf37d3
commit
c39080ad9f
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fasm'
|
# Template file for 'fasm'
|
||||||
pkgname=fasm
|
pkgname=fasm
|
||||||
version=1.73.24
|
version=1.73.27
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686* x86_64*"
|
archs="i686* x86_64*"
|
||||||
wrksrc=fasm
|
wrksrc=fasm
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Dmitry Bogatov <KAction@disroot.org>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://flatassembler.net"
|
homepage="https://flatassembler.net"
|
||||||
distfiles="https://flatassembler.net/fasm-${version}.tgz"
|
distfiles="https://flatassembler.net/fasm-${version}.tgz"
|
||||||
checksum=f3c83975a36d9095e64bb3f60f2f0844355cb502391efce9d611c18a34ec5b90
|
checksum=680148377fb6d3b6663852880faa03514d7326b5995742d33a87e244f48cf0b1
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
case ${XBPS_TARGET_MACHINE} in
|
case ${XBPS_TARGET_MACHINE} in
|
||||||
|
|
2
srcpkgs/fasm/update
Normal file
2
srcpkgs/fasm/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://flatassembler.net/download.php"
|
||||||
|
pattern="fasm-\K[\d\.]+.(?=.tgz)"
|
Loading…
Add table
Reference in a new issue