summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorick Peterse2021-05-21 23:48:46 +0200
committerYorick Peterse2021-05-21 23:48:46 +0200
commit508c6fdd6a43972329b18904ca8a950b7ed65b39 (patch)
treeae4a6054d35b552a54492dc8b0992d569594b592
parent851dd7de41744bec97acbcbcc60ae0d9993d1a5d (diff)
downloadaur-508c6fdd6a43972329b18904ca8a950b7ed65b39.tar.gz
Release 0.9.0
I forgot to update this when 0.9.0 was released a while back; oops.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5add18fd8f75..762598fabbc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inko
pkgdesc = A statically-typed object-oriented language for writing concurrent programs
- pkgver = 0.8.1
+ pkgver = 0.9.0
pkgrel = 1
url = https://inko-lang.org
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = inko
options = !docs
options = !libtool
options = !staticlibs
- source = https://releases.inko-lang.org/0.8.1.tar.gz
- sha256sums = 02201fd6203d45e0920c849b91aae0adc459d654a27fb3405d181da275365ef5
+ source = https://releases.inko-lang.org/0.9.0.tar.gz
+ sha256sums = 311f6e675e6f7ca488a71022b62edbbc16946f907d7e1695f3f96747ece2051f
pkgname = inko
diff --git a/PKGBUILD b/PKGBUILD
index b27de6d5f9a7..960f699fd006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yorick Peterse <aur AT yorickpeterse DOT com>
pkgname=inko
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="A statically-typed object-oriented language for writing concurrent programs"
url="https://inko-lang.org"
@@ -13,7 +13,7 @@ provides=(inko)
conflicts=(inko-git)
options=(strip !docs !libtool !staticlibs)
source=("https://releases.inko-lang.org/${pkgver}.tar.gz")
-sha256sums=('02201fd6203d45e0920c849b91aae0adc459d654a27fb3405d181da275365ef5')
+sha256sums=('311f6e675e6f7ca488a71022b62edbbc16946f907d7e1695f3f96747ece2051f')
build() {
# Enable the libffi-system feature so the system libffy is used, instead of