summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-11-25 14:20:21 +0100
committerHans-Nikolai Viessmann2020-11-25 14:20:21 +0100
commit69016689112ef834828fa927de6d7340b118ff3c (patch)
treeae67462cc8f6226af9d3a1422ae445098f17535e /PKGBUILD
parent47e1406264277a02413742b29e9056288c1b050b (diff)
downloadaur-69016689112ef834828fa927de6d7340b118ff3c.tar.gz
bump version to 0.8.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2af98adfe163..4f2efe82cfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DO mn>
pkgname=oilshell
-pkgver=0.8.4
+pkgver=0.8.5
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=('08fd1c6d653ea594a5dcecb7bf40037e683845cf7627129bbeeb4d0b9fe7b879')
+sha256sums=('3be0c8acd6abe1f21eb86b84618f27196ee5eed78d5b73173a100144300217fc')
build() {
cd "oil-$pkgver"