summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInko bot2023-12-14 16:31:54 +0000
committerInko bot2023-12-14 16:31:54 +0000
commit9d8d53cb2f09b3752278876b0c6ee444f4e32e57 (patch)
tree9b1abdf830b8cf9b55e2a6207a2563cb78771a90
parentec3861dbfff7d3c2d40dd4c658408e994ba30f75 (diff)
downloadaur-9d8d53cb2f09b3752278876b0c6ee444f4e32e57.tar.gz
Update inko to v0.13.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21eb4f7d0b77..6c7ed6c5491c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inko
pkgdesc = A language for building concurrent software with confidence
- pkgver = 0.13.1
+ pkgver = 0.13.2
pkgrel = 1
url = https://inko-lang.org
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = inko
options = !docs
options = !libtool
options = !staticlibs
- source = https://releases.inko-lang.org/0.13.1.tar.gz
- sha256sums = c674d58dd4b044dbfa40b13f444f4f3c0e632fc900ae906d56f39070ba62e846
+ source = https://releases.inko-lang.org/0.13.2.tar.gz
+ sha256sums = 3f188a4a2242c61624081d757b66281ba0f0cfb193ebb590f1470f1f6400f773
pkgname = inko
diff --git a/PKGBUILD b/PKGBUILD
index f75f9d34003a..959db6bcad4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yorick Peterse <aur AT yorickpeterse DOT com>
pkgname=inko
-pkgver=0.13.1
+pkgver=0.13.2
pkgrel=1
pkgdesc="A language for building concurrent software with confidence "
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=('c674d58dd4b044dbfa40b13f444f4f3c0e632fc900ae906d56f39070ba62e846')
+sha256sums=('3f188a4a2242c61624081d757b66281ba0f0cfb193ebb590f1470f1f6400f773')
build() {
make build PREFIX='/usr'