summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-06-13 20:20:42 +0100
committerHans-Nikolai Viessmann2019-06-13 20:20:42 +0100
commit4246a501e2e978ad0af0a672c5ba286a073f21ed (patch)
tree74c3ae65a7b37d9adb95e2c65001676170847a11
parent0927177da865d01b34d4e164e4cabdd24bc62238 (diff)
downloadaur-4246a501e2e978ad0af0a672c5ba286a073f21ed.tar.gz
bump to version 0.6.pre22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128078b60167..a4eb5c19fb96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.6.pre21
+ pkgver = 0.6.pre22
pkgrel = 1
url = http://www.oilshell.org/
arch = x86_64
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.6.pre21.tar.xz
- sha256sums = 98db3d968de9f0b94950355ccdefc5165bd41b48089e82b92cacff0720054b58
+ source = https://www.oilshell.org/download/oil-0.6.pre22.tar.xz
+ sha256sums = 8521542cefdb66f67cc46a115e8ec108b55e08f0ad18216e9a3f67a430f354cf
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index c3a11dbc91c0..953c834f00b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.6.pre21
+pkgver=0.6.pre22
pkgrel=1
pkgdesc='Oil, a new unix shell'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('readline')
license=('APACHE')
options=(!strip)
source=("https://www.oilshell.org/download/oil-${pkgver}.tar.xz")
-sha256sums=('98db3d968de9f0b94950355ccdefc5165bd41b48089e82b92cacff0720054b58')
+sha256sums=('8521542cefdb66f67cc46a115e8ec108b55e08f0ad18216e9a3f67a430f354cf')
build() {
cd "oil-$pkgver"