summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-10-23 17:36:16 +0200
committerHans-Nikolai Viessmann2020-10-23 17:36:16 +0200
commit913bc6ae587605794a2f4764cb984e74e2e9a114 (patch)
treec99ad9d2798f14893c081e8c1356ccf505deedb2
parentbbc49129a4c51a174b1f199349fb8e9a0e7f973c (diff)
downloadaur-913bc6ae587605794a2f4764cb984e74e2e9a114.tar.gz
bump to version 0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3239d4c4f4..a3ef7ab25508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.8.2
+ pkgver = 0.8.3
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.2.tar.xz
- sha256sums = b433de64ae7d00f66bc3c6fd24dafceb6923da617cd4e1f6d34cea12f1da7e48
+ source = https://www.oilshell.org/download/oil-0.8.3.tar.xz
+ sha256sums = 3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 704fd21d3222..c42701d15da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DO mn>
pkgname=oilshell
-pkgver=0.8.2
+pkgver=0.8.3
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=('b433de64ae7d00f66bc3c6fd24dafceb6923da617cd4e1f6d34cea12f1da7e48')
+sha256sums=('3f78c606cde84ef0e90d1744d400c8428941eaab6515f382fabc28cf16453ccb')
build() {
cd "oil-$pkgver"