summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Enck2017-03-10 15:47:09 -0500
committerSean Enck2017-03-10 15:47:09 -0500
commit9d280e64c8f61071b2c9bb3065abc4b5d76380c2 (patch)
tree6c25039b121d00b84d1e095b207e9ceb0e40595e
parentb9cadac2a6f9889823d9f5190f8ed2635c5e9133 (diff)
downloadaur-9d280e64c8f61071b2c9bb3065abc4b5d76380c2.tar.gz
updated to version 4.0.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca38ef6e9f3..2a9c37243a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = zasm
pkgdesc = A 2-pass assembler for the Zilog 8-bit Z80 CPU
- pkgver = 4.0.17
- pkgrel = 2
+ pkgver = 4.0.20
+ pkgrel = 1
url = http://k1.spdns.de/Develop/Projects/zasm/
arch = any
license = BSD
- source = git+https://k1.spdns.de/Git/zasm-4.0.git#commit=bc345236210d0a2a0bb0415e08968efca881617d
- source = git+https://k1.spdns.de/Git/Libraries.git#commit=1c6fea1a5538dfaf1ece20a53db50de00897b6f0
+ source = git+https://k1.spdns.de/Git/zasm-4.0.git#commit=50ddb7f8cd38d2a57a07e6b4de94cc6bfe1b6af5
+ source = git+https://k1.spdns.de/Git/Libraries.git#commit=ca31f4a1677d4b6c39e71bc6ac23042cc832ecf1
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ebe46a285846..90756d289e63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: John K. Luebs <https://github.com/jkl1337>
pkgname=zasm
-pkgver=4.0.17
-pkgrel=2
+pkgver=4.0.20
+pkgrel=1
pkgdesc="A 2-pass assembler for the Zilog 8-bit Z80 CPU"
arch=('any')
url="http://k1.spdns.de/Develop/Projects/zasm/"
license=('BSD')
-source=("git+https://k1.spdns.de/Git/zasm-4.0.git#commit=bc345236210d0a2a0bb0415e08968efca881617d"
- "git+https://k1.spdns.de/Git/Libraries.git#commit=1c6fea1a5538dfaf1ece20a53db50de00897b6f0")
+source=("git+https://k1.spdns.de/Git/zasm-4.0.git#commit=50ddb7f8cd38d2a57a07e6b4de94cc6bfe1b6af5"
+ "git+https://k1.spdns.de/Git/Libraries.git#commit=ca31f4a1677d4b6c39e71bc6ac23042cc832ecf1")
sha256sums=('SKIP' 'SKIP')
build() {