summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-02-23 13:08:05 +0100
committerHans-Nikolai Viessmann2020-02-23 13:08:05 +0100
commit177c311fae12813ac9b410094b00b24c9c372db7 (patch)
treef8d792210c63a61ed6cf8b9ecddae768d621b122
parentfca9982bb91e5ca4a2d17dbd0c4140d16de17402 (diff)
downloadaur-177c311fae12813ac9b410094b00b24c9c372db7.tar.gz
bump version to 0.8.pre1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a409e99af4..2d4f6a0e7557 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.0
+ pkgver = 0.8.pre1
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.0.tar.xz
- sha256sums = a37eb491ffee5766aa8719056d42d5d836309dc26e345ecd6a2a1d240cd18989
+ source = https://www.oilshell.org/download/oil-0.8.pre1.tar.xz
+ sha256sums = d42de21c3076aa7a93ebbe8e2026ea6f9fd4d5097130272365d1e42103f70fea
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 83271a6cdb66..14daac41918a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.0
+pkgver=0.8.pre1
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=('a37eb491ffee5766aa8719056d42d5d836309dc26e345ecd6a2a1d240cd18989')
+sha256sums=('d42de21c3076aa7a93ebbe8e2026ea6f9fd4d5097130272365d1e42103f70fea')
build() {
cd "oil-$pkgver"