summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-10-09 18:54:09 +0200
committerHans-Nikolai Viessmann2020-10-09 18:54:09 +0200
commitbbc49129a4c51a174b1f199349fb8e9a0e7f973c (patch)
tree5512d9845b6ad0f2ee7d5a9c61664b98cfd393fc
parent485748c09dca846aec324329cc872937ae5ac7e1 (diff)
downloadaur-bbc49129a4c51a174b1f199349fb8e9a0e7f973c.tar.gz
bump version to 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc5e8d5cf4df..0e3239d4c4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.1.tar.xz
- sha256sums = 81e555689d8a562750c3e1df07b89e498ccbc58e21737d3622c8e7a883f61f56
+ source = https://www.oilshell.org/download/oil-0.8.2.tar.xz
+ sha256sums = b433de64ae7d00f66bc3c6fd24dafceb6923da617cd4e1f6d34cea12f1da7e48
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 402d1ae01c88..704fd21d3222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DO mn>
pkgname=oilshell
-pkgver=0.8.1
+pkgver=0.8.2
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=('81e555689d8a562750c3e1df07b89e498ccbc58e21737d3622c8e7a883f61f56')
+sha256sums=('b433de64ae7d00f66bc3c6fd24dafceb6923da617cd4e1f6d34cea12f1da7e48')
build() {
cd "oil-$pkgver"