summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2022-07-03 20:56:41 -0400
committerKevin MacMartin2022-07-03 20:56:41 -0400
commit49521306b5296eb9ca8a0d214886c7c5c0029cf6 (patch)
tree3805e235870516c5db77923348b9ef3699b10f34 /PKGBUILD
parent2f28e246bfb169266fb223d05fb9619a8d70b2cc (diff)
downloadaur-49521306b5296eb9ca8a0d214886c7c5c0029cf6.tar.gz
Update to 10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f81fdbe1058..a6cbb64ff09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wla-dx
pkgname="${_pkgname/-/_}"
-pkgver=10.1
+pkgver=10.2
pkgrel=1
pkgdesc='Multi Platform Cross Assembler Package for GB-Z80 (Game Boy), Z80 (GG, SMS, MSX, Spectrum, Ti86, etc), 6502 (NES, etc), 65C02 (VIC-20, etc), 6510 (C64, etc), 65816 (SNES, etc), HUC6280 (PC-Engine) and SPC-700 (SNES sound chip)'
url='https://github.com/vhelin/wla-dx'
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
depends=('glibc')
makedepends=('cmake' 'python-sphinx')
source=("https://github.com/vhelin/wla-dx/archive/v$pkgver.tar.gz")
-sha512sums=('bcbd36e8479980d546ac00a32d8933d81fc9ccb6214731e1b482fa2b3607f56c189d86339108c6b25585d04fc08c750272337e72597cd808cb434f0ee377bbc8')
+sha512sums=('cf11cbab78c96bdcc00518855ec34b1157c3d6be2642708c4325bdcdfc377a05a9e4d3ce24837df32a1fa992dad4932a8f57db9175c2b1470b135f3bd231bdfb')
build() {
cd $_pkgname-$pkgver