summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-01-15 18:25:27 +0000
committerJonathon Fernyhough2018-01-15 18:25:27 +0000
commitd5e208394e1b508255cafbe7c8488d5515addc84 (patch)
tree9a53311fdb46ac4defe574178933e7d30c3ca8f4
parent5f9ce35dacad6149f03724c097ef25817600064f (diff)
downloadaur-d5e208394e1b508255cafbe7c8488d5515addc84.tar.gz
Update for ATS2 0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce59e5d5514c..6c974a086716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ats2-contrib
pkgdesc = Extra libraries for the ATS2 programming language
- pkgver = 0.3.7
+ pkgver = 0.3.9
pkgrel = 1
url = http://www.ats-lang.org/
arch = any
license = GPL3
- depends = ats2-postiats=0.3.7
+ depends = ats2-postiats=0.3.9
options = staticlibs
- source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.7/ATS2-Postiats-contrib-0.3.7.tgz
- sha256sums = 26fbcff10261e9d5b9e2b7f230e2290a3be6ffce613923bbdd7b1519538ea9f0
+ source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.9/ATS2-Postiats-contrib-0.3.9.tgz
+ sha256sums = 627bb99ecf2e3d5976f95f2faa13c7c330726601e8bb05a2113c9b69c98749b5
pkgname = ats2-contrib
diff --git a/PKGBUILD b/PKGBUILD
index 138f1a9ec89c..c10ff59b3568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ats2-contrib
_pkgname=ATS2-Postiats-contrib
-pkgver=0.3.7
+pkgver=0.3.9
pkgrel=1
pkgdesc="Extra libraries for the ATS2 programming language"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=("ats2-postiats=${pkgver}")
options=('staticlibs')
source=("https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-${pkgver}/${_pkgname}-${pkgver}.tgz")
-sha256sums=('26fbcff10261e9d5b9e2b7f230e2290a3be6ffce613923bbdd7b1519538ea9f0')
+sha256sums=('627bb99ecf2e3d5976f95f2faa13c7c330726601e8bb05a2113c9b69c98749b5')
prepare() {
# Duplicated from upstream's ats2-postiats archive