summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2019-12-07 14:17:16 +0100
committerHans-Nikolai Viessmann2019-12-07 14:17:16 +0100
commita81c6b6083332a800eaf5c6669885f1dd0e1f38c (patch)
tree8a9850d2d111c7d2b7ee0f6bf74a6389995a58c0
parentb531a04b484138b9dfefe46c060a12836bfdf723 (diff)
downloadaur-a81c6b6083332a800eaf5c6669885f1dd0e1f38c.tar.gz
bump to version 0.7.pre8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0cd20d3f185..dc4e45e98337 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = oilshell
pkgdesc = Oil, a new unix shell
- pkgver = 0.7.pre6
- pkgrel = 2
+ pkgver = 0.7.pre8
+ pkgrel = 1
url = http://www.oilshell.org/
install = oilshell.install
arch = x86_64
license = APACHE
depends = readline
options = !strip
- source = https://www.oilshell.org/download/oil-0.7.pre6.tar.xz
- sha256sums = 7ba71ca026f77d9dae2fe1a53da36d965dffd1eed389079c964b928673cf0efa
+ source = https://www.oilshell.org/download/oil-0.7.pre8.tar.xz
+ sha256sums = 296205fb0522137c6649a034758445b456270fda1e4028d99a254c19467310e0
pkgname = oilshell
diff --git a/PKGBUILD b/PKGBUILD
index 3b5e8eccb54d..988c2a831205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hans-Nikolai Viessmann <hv15 AT hw.ac.uk>
pkgname=oilshell
-pkgver=0.7.pre6
-pkgrel=2
+pkgver=0.7.pre8
+pkgrel=1
pkgdesc='Oil, a new unix shell'
arch=('x86_64')
url='http://www.oilshell.org/'
@@ -11,7 +11,7 @@ license=('APACHE')
options=(!strip)
install=oilshell.install
source=("https://www.oilshell.org/download/oil-${pkgver}.tar.xz")
-sha256sums=('7ba71ca026f77d9dae2fe1a53da36d965dffd1eed389079c964b928673cf0efa')
+sha256sums=('296205fb0522137c6649a034758445b456270fda1e4028d99a254c19467310e0')
build() {
cd "oil-$pkgver"