summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-09-03 13:32:39 +0200
committerHans-Nikolai Viessmann2020-09-03 13:32:39 +0200
commitc339000363dc7a55dc66f61ce09833c69a98cffa (patch)
tree8220bc9b3c625c767cd35edd516a01d049f05302
parente3d4fc8ab2ee27d7b52aa9f1da9350cf99a6b1dc (diff)
downloadaur-c339000363dc7a55dc66f61ce09833c69a98cffa.tar.gz
bump version to 0.8.pre11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f9621764884..042769b50253 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.pre10
+ pkgver = 0.8.pre11
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.pre10.tar.xz
- sha256sums = e86f45d0f28aac0ac2ffb61e9e6da60492ff3e1943bf6394a301de66c2a7bd8c
+ source = https://www.oilshell.org/download/oil-0.8.pre11.tar.xz
+ sha256sums = 6b73574ede1e83ae6a87a1e603d19e3c4934a84e30951ff949097c9a5d758cfc
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index a2a3869f3d38..bf4571dc4977 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.8.pre10
+pkgver=0.8.pre11
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=('e86f45d0f28aac0ac2ffb61e9e6da60492ff3e1943bf6394a301de66c2a7bd8c')
+sha256sums=('6b73574ede1e83ae6a87a1e603d19e3c4934a84e30951ff949097c9a5d758cfc')
build() {
cd "oil-$pkgver"