summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-10-05 13:57:22 -0400
committerHans-Nikolai Viessmann2019-10-05 13:57:22 -0400
commitd2a74c31fc28bc0e06fc73dd7cdf76d2d2fbefcf (patch)
tree6099c0d422a76e0e7300a938f6f13dee2c7557a3
parentcf458cf58144e71a051f26e442baacf89e6a9417 (diff)
downloadaur-d2a74c31fc28bc0e06fc73dd7cdf76d2d2fbefcf.tar.gz
bump to version 0.7.pre5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a3e23f6d6f8..21f04725c1f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.pre1
+ pkgver = 0.7.pre5
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.pre1.tar.xz
- sha256sums = 728e520bcf2e585f26cbbd290727baadc81a9a52a62f3b80a4be82651908f349
+ source = https://www.oilshell.org/download/oil-0.7.pre5.tar.xz
+ sha256sums = 6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 3f638b82568b..1547df4a8ab8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.pre1
+pkgver=0.7.pre5
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=('728e520bcf2e585f26cbbd290727baadc81a9a52a62f3b80a4be82651908f349')
+sha256sums=('6c472c8bf2b35e7feadde54e89c3824709e56be4ea6aeed18cfc5c8a7c25f3ee')
build() {
cd "oil-$pkgver"