summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2023-01-11 13:28:58 +0100
committerUffe Jakobsen2023-01-11 13:28:58 +0100
commit8e39b5d9b48c07e26ec56738f960f84021d6b181 (patch)
tree525085d8a916bd779b6383031139c2970551af6c
parent7067d3e4b5dad46b71f76c1618c41efcc121f5ed (diff)
downloadaur-8e39b5d9b48c07e26ec56738f960f84021d6b181.tar.gz
Update to version 1.58.2974
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7fe983a60d3..a4fcc786de17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = tass64
pkgdesc = tass64 is cross (turbo) assembler targeting the MOS 65xx series of micro processors (6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02)
- pkgver = 1.57.2900
+ pkgver = 1.58.2974
pkgrel = 1
url = http://tass64.sourceforge.net/
arch = i686
arch = x86_64
license = GPLv2
- source = http://sourceforge.net/projects/tass64/files/source/64tass-1.57.2900-src.zip
- sha256sums = e4f0dcb1b00d5206ccb391eb5b8b43f4d95f064d63af739a71f5c822bbfc56a4
+ source = http://sourceforge.net/projects/tass64/files/source/64tass-1.58.2974-src.zip
+ sha256sums = 3f3e2b1867664cb3b64d315fea11938f1666d79d11ea705a6937310257ef0a67
pkgname = tass64
diff --git a/PKGBUILD b/PKGBUILD
index 9f038a664932..c25a19caa4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Uffe Jakobsen <microtop@starion.dk>
#
pkgname=tass64
-pkgver=1.57.2900
+pkgver=1.58.2974
pkgrel=1
epoch=
pkgdesc="tass64 is cross (turbo) assembler targeting the MOS 65xx series of micro processors (6502/65C02/R65C02/W65C02/65CE02/65816/DTV/65EL02)"
@@ -29,7 +29,7 @@ changelog=
source=("http://sourceforge.net/projects/tass64/files/source/${_pkgname}-${pkgver}-src.zip")
noextract=()
-sha256sums=('e4f0dcb1b00d5206ccb391eb5b8b43f4d95f064d63af739a71f5c822bbfc56a4')
+sha256sums=('3f3e2b1867664cb3b64d315fea11938f1666d79d11ea705a6937310257ef0a67')
prepare()