summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-12-16 19:42:10 +0100
committerHans-Nikolai Viessmann2019-12-16 19:42:10 +0100
commitef4479e646ee8c6170c83d082b02c6b38fb324be (patch)
tree328b818beb0599381cff1e48691b5b7cdb065fe8
parenta81c6b6083332a800eaf5c6669885f1dd0e1f38c (diff)
downloadaur-ef4479e646ee8c6170c83d082b02c6b38fb324be.tar.gz
bump version to 0.7.pre9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc4e45e98337..b53f94ec0d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.pre8
+ pkgver = 0.7.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.7.pre8.tar.xz
- sha256sums = 296205fb0522137c6649a034758445b456270fda1e4028d99a254c19467310e0
+ source = https://www.oilshell.org/download/oil-0.7.pre9.tar.xz
+ sha256sums = b1c41f125f7bc18a18eb7e996758b263acdadea0dc423ce8da676c2c6ff727c8
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 988c2a831205..a2984b5ad5ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.pre8
+pkgver=0.7.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=('296205fb0522137c6649a034758445b456270fda1e4028d99a254c19467310e0')
+sha256sums=('b1c41f125f7bc18a18eb7e996758b263acdadea0dc423ce8da676c2c6ff727c8')
build() {
cd "oil-$pkgver"