summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-12-27 18:22:14 +0100
committerHans-Nikolai Viessmann2019-12-27 18:22:14 +0100
commit48c320846468200208886727008b8b3a650962aa (patch)
treec61f0365000a872d54158ff7549e3c465bd3d1b4
parentef4479e646ee8c6170c83d082b02c6b38fb324be (diff)
downloadaur-48c320846468200208886727008b8b3a650962aa.tar.gz
bump to version 0.7.pre10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53f94ec0d7d..6ab41aaabef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.pre9
+ pkgver = 0.7.pre10
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.pre9.tar.xz
- sha256sums = b1c41f125f7bc18a18eb7e996758b263acdadea0dc423ce8da676c2c6ff727c8
+ source = https://www.oilshell.org/download/oil-0.7.pre10.tar.xz
+ sha256sums = b2b2ed9411194aaa422481af3a20b2e4fd5a4dc28cd26306a82ea89b3356e13d
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index a2984b5ad5ea..d248b4c484b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.pre9
+pkgver=0.7.pre10
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=('b1c41f125f7bc18a18eb7e996758b263acdadea0dc423ce8da676c2c6ff727c8')
+sha256sums=('b2b2ed9411194aaa422481af3a20b2e4fd5a4dc28cd26306a82ea89b3356e13d')
build() {
cd "oil-$pkgver"