summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-11-14 11:28:38 +0100
committerHans-Nikolai Viessmann2019-11-14 11:28:38 +0100
commit50bee82fdc29c2f24d613ea02b07d00d12342593 (patch)
tree5b4073dc1e9b9c3cec590ebab4a65e014b1c3ba7
parentd2a74c31fc28bc0e06fc73dd7cdf76d2d2fbefcf (diff)
downloadaur-50bee82fdc29c2f24d613ea02b07d00d12342593.tar.gz
bump to version 0.7.pre6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21f04725c1f9..71bb7e87d01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.pre5
+ pkgver = 0.7.pre6
pkgrel = 1
url = http://www.oilshell.org/
arch = x86_64
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.7.pre5.tar.xz
- sha256sums = 6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
+ source = https://www.oilshell.org/download/oil-0.7.pre6.tar.xz
+ sha256sums = 7ba71ca026f77d9dae2fe1a53da36d965dffd1eed389079c964b928673cf0efa
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 1547df4a8ab8..f069cac18dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.pre5
+pkgver=0.7.pre6
pkgrel=1
pkgdesc='Oil, a new unix shell'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('readline')
license=('APACHE')
options=(!strip)
source=("https://www.oilshell.org/download/oil-${pkgver}.tar.xz")
-sha256sums=('6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee')
+sha256sums=('7ba71ca026f77d9dae2fe1a53da36d965dffd1eed389079c964b928673cf0efa')
build() {
cd "oil-$pkgver"