summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorleo722022-07-04 23:45:06 +0200
committerleo722022-07-04 23:45:06 +0200
commit7e1fcce4b3932ef1ef2014e30962ea55c6363011 (patch)
tree85638b07e60db6d19884f2a3bfc1e18482ce2870 /PKGBUILD
parent11a6c4a78d0622fd6e42217c524ae67e24e09cd0 (diff)
downloadaur-7e1fcce4b3932ef1ef2014e30962ea55c6363011.tar.gz
new release 1.20.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85efb3467e7c..3a96f137d778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Leonardo Miliani <leonardo AT leonardomiliani DOT com>
+# Maintainer: Leonardo Miliani <leonardo AT leonardomiliani DOT com>
pkgname=sjasmplus-z00m128
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
pkgdesc="SjASMplus is a Z80 cross-assembler"
arch=(x86_64)
@@ -13,7 +13,7 @@ conflicts=(sjasmplus)
makedepends=(cmake)
source=("https://github.com/z00m128/sjasmplus/releases/download/v$pkgver/sjasmplus-$pkgver-src.tar.xz")
-sha256sums=('0d17e9a7f34811ca927803d6502e5620b32b14b13d4d8e782ade45cb2ef70c26')
+sha256sums=('37c01c4ee34e22ce11f7359ff42759368a5b3745f1fb9e4ede862026c0ca598a')
prepare() {
mkdir -p build
@@ -29,4 +29,4 @@ build() {
package() {
cd build
install -Dm755 sjasmplus "$pkgdir/usr/local/bin/sjasmplus"
-}
+} \ No newline at end of file