summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2017-10-13 08:10:01 +0100
committerJonathon Fernyhough2017-10-13 08:10:01 +0100
commit6fc7761e17f69154b0190e5c75e745991e0ed080 (patch)
tree64ca1d5e6669ebc1095aa78d5feee54f5eea014e
parent8b671676af5fe390c498f230bcc810f762e8b4e3 (diff)
downloadaur-6fc7761e17f69154b0190e5c75e745991e0ed080.tar.gz
ats2-postiats-0.3.7
List of major additions and changes since the last release: 1. Extending prelude/stream_vt with more functions 2. Improving ${PATSHOME}/contrib/libatscc2php/ATS2-0.3.2 3. Supporting the following style of function interface declaration: extern fun swap_boxed{a,b:type}(xy: (a, b)): (b, a) ( Note that (a, b) needs to be replaced with @(a, b) at this point ) 4. Adding stream-processing functions in prelude and libats/ML 5. Hosting for ats-lang.org moved from OPENSHIFT2 to OPENSHIFT3 6. In progress: A Functional Crash into ATS: ${PATSHOME}/doc/BOOK/ATS2FUNCRASH 7. Atscc2r34 (for transpiling ATS into R) is functioning and it is expected to be improved gradually. 8. Improving ATSLIB/libats/ML: more list0-combinators; printing stuff
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a4dd285c7c..0f9e6c15eb5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ats2-postiats
pkgdesc = Statically typed programming language
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = http://www.ats-lang.org/
install = ats2-postiats.install
@@ -12,8 +12,8 @@ pkgbase = ats2-postiats
options = staticlibs
options = !emptydirs
options = !makeflags
- source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.6/ATS2-Postiats-0.3.6.tgz
- sha256sums = 934ea6e1b909048b66e9a479087ea8ba3ff493aaeeee1404379c14e8bb38ab23
+ source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.7/ATS2-Postiats-0.3.7.tgz
+ sha256sums = d8e78f5c6f7fd47b09da61ba6255d5054fe5bc872e5f4c3d1e420ab20393f88c
pkgname = ats2-postiats
diff --git a/PKGBUILD b/PKGBUILD
index 2ac3fc544ae8..ecdf06896d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ats2-postiats
_pkgname=ATS2-Postiats
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="Statically typed programming language"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=()
options=('staticlibs' '!emptydirs' '!makeflags')
install="${pkgname}.install"
source=("https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-${pkgver}/${_pkgname}-${pkgver}.tgz")
-sha256sums=('934ea6e1b909048b66e9a479087ea8ba3ff493aaeeee1404379c14e8bb38ab23')
+sha256sums=('d8e78f5c6f7fd47b09da61ba6255d5054fe5bc872e5f4c3d1e420ab20393f88c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"