summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-01-16 08:13:28 +0100
committerHans-Nikolai Viessmann2021-01-16 08:13:28 +0100
commit3b3b98a9a8b43e06b62f1d4f1114ddf8b863d45c (patch)
tree65b45c0286fd125f400799087e76cb1dab97e1ee
parent69016689112ef834828fa927de6d7340b118ff3c (diff)
downloadaur-oilshell.tar.gz
bump version to 0.8.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5877b1b0a5f..e64835d6f911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.5
+ pkgver = 0.8.6
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.8.5.tar.xz
- sha256sums = 3be0c8acd6abe1f21eb86b84618f27196ee5eed78d5b73173a100144300217fc
+ source = https://www.oilshell.org/download/oil-0.8.6.tar.xz
+ sha256sums = 7d7d66888f325f39ff4fd71b6d9ffb13afed2ecdd15ec5f73e07c2eec0712235
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 4f2efe82cfbe..79fac07eee2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DO mn>
pkgname=oilshell
-pkgver=0.8.5
+pkgver=0.8.6
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=('3be0c8acd6abe1f21eb86b84618f27196ee5eed78d5b73173a100144300217fc')
+sha256sums=('7d7d66888f325f39ff4fd71b6d9ffb13afed2ecdd15ec5f73e07c2eec0712235')
build() {
cd "oil-$pkgver"