summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-03-25 10:14:17 +0100
committerHans-Nikolai Viessmann2020-03-25 10:14:17 +0100
commit03f9d97790b58aed713df6d25a6a0c6fa8185d27 (patch)
treee5eb312672a2f3d267fe88ce9ca0dd8e078c34c7
parentf20005b2cc6a07edcde0fe6f2dd069e41bb160ff (diff)
downloadaur-03f9d97790b58aed713df6d25a6a0c6fa8185d27.tar.gz
bump version to 0.8.pre3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18fc20ff7747..33e809a01658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.pre2
+ pkgver = 0.8.pre3
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.pre2.tar.xz
- sha256sums = 671dccc73804c37b709d1cc203202957c631c8173052280083dad389514ed79f
+ source = https://www.oilshell.org/download/oil-0.8.pre3.tar.xz
+ sha256sums = 70ddfad74dc55b3bbf2c6a5832bd9de5c38d759e4b699b1acad42cf5b07d3362
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 2cd57ec67648..73824a754a0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.8.pre2
+pkgver=0.8.pre3
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=('671dccc73804c37b709d1cc203202957c631c8173052280083dad389514ed79f')
+sha256sums=('70ddfad74dc55b3bbf2c6a5832bd9de5c38d759e4b699b1acad42cf5b07d3362')
build() {
cd "oil-$pkgver"