summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-08-10 10:20:47 +0200
committerHans-Nikolai Viessmann2020-08-10 10:20:47 +0200
commit567b48b591a24159e79da009b6171cf21b67ed47 (patch)
tree24abb4497920148870bd4f05e7744c7eb137e42c
parenta244bf12ce8cdae693c93c1e94597b46e1d4be65 (diff)
downloadaur-567b48b591a24159e79da009b6171cf21b67ed47.tar.gz
bump version to 0.8.pre9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aba49700778..12d9231b97df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.pre8
+ pkgver = 0.8.pre9
pkgrel = 1
url = http://www.oilshell.org/
install = oilshell.install
@@ -8,8 +8,8 @@ pkgbase = oilshell
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.8.pre8.tar.xz
- sha256sums = b6dd6f1da0dcabdd5e90d2c7c0069be5ee67635259fc4135834a8aa0cf50a696
+ source = https://www.oilshell.org/download/oil-0.8.pre9.tar.xz
+ sha256sums = 953e9cf5d5ca6c93c55ccfa92dae5b50797a10ac3046010472e6cec426d36da7
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index cc225eab1584..c27d2747bba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.8.pre8
+pkgver=0.8.pre9
pkgrel=1
pkgdesc='Oil, a new unix shell'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('APACHE')
options=(!strip)
install=oilshell.install
source=("https://www.oilshell.org/download/oil-${pkgver}.tar.xz")
-sha256sums=('b6dd6f1da0dcabdd5e90d2c7c0069be5ee67635259fc4135834a8aa0cf50a696')
+sha256sums=('953e9cf5d5ca6c93c55ccfa92dae5b50797a10ac3046010472e6cec426d36da7')
build() {
cd "oil-$pkgver"