summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-07-20 15:01:46 +0200
committerHans-Nikolai Viessmann2019-07-20 15:01:46 +0200
commitcf458cf58144e71a051f26e442baacf89e6a9417 (patch)
treed6b340fa8c0504ce0ba0d3ac398e78dd4742145b /PKGBUILD
parentc01dcb3796b155a319fef5163688a1e8a1c010c9 (diff)
downloadaur-cf458cf58144e71a051f26e442baacf89e6a9417.tar.gz
bump to version 0.7.pre1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21212613a8c6..3f638b82568b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.6.0
+pkgver=0.7.pre1
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=('141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7')
+sha256sums=('728e520bcf2e585f26cbbd290727baadc81a9a52a62f3b80a4be82651908f349')
build() {
cd "oil-$pkgver"