summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2020-04-08 00:28:41 +0200
committerUffe Jakobsen2020-04-08 00:28:41 +0200
commit44a5621257f41e3749478d2b66f0be622ee1cbcb (patch)
tree044f9d80c915b55d24901e1793cb5b0648fb6e03
parente095858b0fce7ed254486b4aebc3c321988f0698 (diff)
downloadaur-44a5621257f41e3749478d2b66f0be622ee1cbcb.tar.gz
Update to version 1.55.2200
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b487fb7441d..bf7162913879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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.55.2176
- pkgrel = 2
+ pkgver = 1.55.2200
+ pkgrel = 1
url = http://tass64.sourceforge.net/
arch = i686
arch = x86_64
license = GPLv2
- source = http://sourceforge.net/projects/tass64/files/source/64tass-1.55.2176-src.zip
- md5sums = e1d99274d3fed0f12420e2d8aef5a605
+ source = http://sourceforge.net/projects/tass64/files/source/64tass-1.55.2200-src.zip
+ md5sums = 51625526cd1733380c0065a88132e1b0
pkgname = tass64
diff --git a/PKGBUILD b/PKGBUILD
index 5d89c9c9d48f..004b3f9d020f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Uffe Jakobsen <microtop@starion.dk>
#
pkgname=tass64
-pkgver=1.55.2176
-pkgrel=2
+pkgver=1.55.2200
+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)"
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ install=
changelog=
source=("http://sourceforge.net/projects/tass64/files/source/${_pkgname}-${pkgver}-src.zip")
noextract=()
-md5sums=('e1d99274d3fed0f12420e2d8aef5a605')
+md5sums=('51625526cd1733380c0065a88132e1b0')
prepare()