summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-07-08 10:48:47 +0200
committerHans-Nikolai Viessmann2020-07-08 10:48:47 +0200
commite87ef599d499a3e65626351bbed2450649925e45 (patch)
tree42bb5c879d5dc22cd10cebdb06e4631665a2ff07
parentcf80b6b5e498e592dbb232ab761752d023983d79 (diff)
downloadaur-e87ef599d499a3e65626351bbed2450649925e45.tar.gz
bump version to 0.8.pre7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d87125227c6..16dd1e0d94f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.pre6
+ pkgver = 0.8.pre7
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.pre6.tar.xz
- sha256sums = d5bd7d2bded1abaf6a37c69ef29db1bca05033bdf2f3f3239b8ba26323396cbd
+ source = https://www.oilshell.org/download/oil-0.8.pre7.tar.xz
+ sha256sums = a51192640216b6a25d27ffbfc943720cb75b28852d6853ff1ca0cab2ed38696d
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 6cfcd1a95e28..73d9c96e27d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.8.pre6
+pkgver=0.8.pre7
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=('d5bd7d2bded1abaf6a37c69ef29db1bca05033bdf2f3f3239b8ba26323396cbd')
+sha256sums=('a51192640216b6a25d27ffbfc943720cb75b28852d6853ff1ca0cab2ed38696d')
build() {
cd "oil-$pkgver"