summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-07-20 14:59:54 +0200
committerHans-Nikolai Viessmann2019-07-20 14:59:54 +0200
commitc01dcb3796b155a319fef5163688a1e8a1c010c9 (patch)
treecb3fd56d1e87595a33ce70990e5514697eb4e77f
parent4246a501e2e978ad0af0a672c5ba286a073f21ed (diff)
downloadaur-c01dcb3796b155a319fef5163688a1e8a1c010c9.tar.gz
bump to version 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4eb5c19fb96..440cc73082c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.6.pre22
+ pkgver = 0.6.0
pkgrel = 1
url = http://www.oilshell.org/
arch = x86_64
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.6.pre22.tar.xz
- sha256sums = 8521542cefdb66f67cc46a115e8ec108b55e08f0ad18216e9a3f67a430f354cf
+ source = https://www.oilshell.org/download/oil-0.6.0.tar.xz
+ sha256sums = 141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 953c834f00b8..21212613a8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.6.pre22
+pkgver=0.6.0
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=('8521542cefdb66f67cc46a115e8ec108b55e08f0ad18216e9a3f67a430f354cf')
+sha256sums=('141e3a5c1997a696d65747966978aaa38921d77e303aad9e77b4ab4aedab84b7')
build() {
cd "oil-$pkgver"