summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-06-13 06:39:06 +0200
committerHans-Nikolai Viessmann2020-06-13 06:39:06 +0200
commitcf80b6b5e498e592dbb232ab761752d023983d79 (patch)
tree71fe5f075e66b86d4da07040e6fbfd7dcc1dad9b
parent9f3ed5025d7d988b44db7a856e5345ae2f13ced4 (diff)
downloadaur-cf80b6b5e498e592dbb232ab761752d023983d79.tar.gz
bump version to 0.8.pre6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a38b0300e6f2..6d87125227c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.pre5
+ pkgver = 0.8.pre6
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.pre5.tar.xz
- sha256sums = 2b050b06204b07cb1a821b2f046b413f1eb4ec1c24f58d632bcbcbbd1435ce58
+ source = https://www.oilshell.org/download/oil-0.8.pre6.tar.xz
+ sha256sums = d5bd7d2bded1abaf6a37c69ef29db1bca05033bdf2f3f3239b8ba26323396cbd
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index e97a2bdffad3..6cfcd1a95e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.8.pre5
+pkgver=0.8.pre6
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=('2b050b06204b07cb1a821b2f046b413f1eb4ec1c24f58d632bcbcbbd1435ce58')
+sha256sums=('d5bd7d2bded1abaf6a37c69ef29db1bca05033bdf2f3f3239b8ba26323396cbd')
build() {
cd "oil-$pkgver"