summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2020-01-24 18:13:29 +0000
committerJonathon Fernyhough2020-01-24 18:13:29 +0000
commit3b44a99834446d8ae5faed072eec761793a6f222 (patch)
treef64b490bf95a267519642c993ca2446b6e4ec1f7
parent63c832d433e85c8bb6573902ed89c5001e2154b5 (diff)
downloadaur-3b44a99834446d8ae5faed072eec761793a6f222.tar.gz
Update for ATS2 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff45ac2a103e..f04312d892d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ats2-contrib
pkgdesc = Extra libraries for the ATS2 programming language
- pkgver = 0.3.13
+ pkgver = 0.4.0
pkgrel = 1
url = http://www.ats-lang.org/
arch = any
license = GPL3
- depends = ats2-postiats=0.3.13
+ depends = ats2-postiats=0.4.0
options = staticlibs
- source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.13/ATS2-Postiats-contrib-0.3.13.tgz
- sha1sums = b3887082b5e1084d2a447d11ff99f02b7322a345
+ source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.4.0/ATS2-Postiats-contrib-0.4.0.tgz
+ sha256sums = f5641a11dd6473a4904f84b08b713bdb0ae01a99f2914c6e5b2e0a2eccbc93b9
pkgname = ats2-contrib
diff --git a/PKGBUILD b/PKGBUILD
index beb7d2426a77..894d86dfb2a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ats2-contrib
_pkgname=ATS2-Postiats-contrib
-pkgver=0.3.13
+pkgver=0.4.0
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")
-sha1sums=('b3887082b5e1084d2a447d11ff99f02b7322a345')
+sha256sums=('f5641a11dd6473a4904f84b08b713bdb0ae01a99f2914c6e5b2e0a2eccbc93b9')
prepare() {
# Duplicated from upstream's ats2-postiats archive