aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/yasm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/yasm/APKBUILD b/main/yasm/APKBUILD
index 34e6e30e43..d804319fa9 100644
--- a/main/yasm/APKBUILD
+++ b/main/yasm/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=yasm
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=0
pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
url="http://www.tortall.net/projects/yasm/"
@@ -22,4 +22,4 @@ package() {
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-md5sums="2174fc3b6b74de07667f42d47514c336 yasm-1.0.1.tar.gz"
+md5sums="8392e5f2235c2c2a981e1a633f2698cb yasm-1.1.0.tar.gz"