aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-02 08:51:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-02 13:17:43 +0000
commitb34a6761f4010cf1e79d08cbce7e66e8fc77c934 (patch)
tree0b4b5d68e25575eccfd4b5286a970c3a720370d2
parentcc868359afc1b844c0fb641507cb77037d0979d7 (diff)
main/nasm: upgrade to 2.15.05
-rw-r--r--main/nasm/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/main/nasm/APKBUILD b/main/nasm/APKBUILD
index 068ce3af809..ac69ff7f1ae 100644
--- a/main/nasm/APKBUILD
+++ b/main/nasm/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=nasm
-pkgver=2.14.02
+pkgver=2.15.05
pkgrel=0
pkgdesc="80x86 assembler designed for portability and modularity"
url="https://www.nasm.us"
@@ -8,10 +8,9 @@ arch="all"
license="BSD-2-Clause"
checkdepends="perl"
subpackages="$pkgname-doc"
-source="https://www.nasm.us/pub/nasm/releasebuilds/$pkgver/$pkgname-$pkgver.tar.xz"
+source="https://www.nasm.us/pub/nasm/releasebuilds/$pkgver/nasm-$pkgver.tar.xz"
-build () {
- cd "$builddir"
+build() {
export CFLAGS=
export CXXFLAGS=
./configure \
@@ -22,13 +21,11 @@ build () {
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="c7a228095f37321d57f2813d04f58ee66949e8f81fc49ef6c4ecd391301e308217583ce1a265d4fe8c13d54b5b9c72aeb132caa3caee36e31b6555fbfff34c81 nasm-2.14.02.tar.xz"
+sha512sums="512f90a2584f1c5811429274b97c64a2cedf37b9fdeffb1bcd0ea64afd9ecc19a2d7877ca8f1e05393aa324153fc9f39ea51dacbf8d25a7d5a2d7728c925dba7 nasm-2.15.05.tar.xz"