diff options
author | Yigit Sever | 2021-11-19 10:43:35 +0300 |
---|---|---|
committer | Yigit Sever | 2021-11-19 10:43:35 +0300 |
commit | e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5 (patch) | |
tree | ba5a6be67a4935f6dfff6e50eeffe688eb3daf38 /osh | |
parent | 52901a32569bcc3d454cb99b41f51329ebbcb2b4 (diff) | |
download | packages-e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5.tar.gz packages-e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5.tar.bz2 packages-e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5.zip |
osh: update to 0.9.4
Diffstat (limited to 'osh')
-rw-r--r-- | osh/.SRCINFO | 6 | ||||
-rw-r--r-- | osh/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/osh/.SRCINFO b/osh/.SRCINFO index 05350fa..a6d662a 100644 --- a/osh/.SRCINFO +++ b/osh/.SRCINFO | |||
@@ -1,13 +1,13 @@ | |||
1 | pkgbase = osh | 1 | pkgbase = osh |
2 | pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python | 2 | pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python |
3 | pkgver = 0.9.3 | 3 | pkgver = 0.9.4 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://www.oilshell.org/ | 5 | url = https://www.oilshell.org/ |
6 | arch = any | 6 | arch = any |
7 | license = Apache | 7 | license = Apache |
8 | optdepends = readline: interactive features | 8 | optdepends = readline: interactive features |
9 | options = !strip | 9 | options = !strip |
10 | source = https://www.oilshell.org/download/oil-0.9.3.tar.xz | 10 | source = https://www.oilshell.org/download/oil-0.9.4.tar.xz |
11 | sha256sums = 62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda | 11 | sha256sums = fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02 |
12 | 12 | ||
13 | pkgname = osh | 13 | pkgname = osh |
diff --git a/osh/PKGBUILD b/osh/PKGBUILD index 11a757f..b862ba8 100644 --- a/osh/PKGBUILD +++ b/osh/PKGBUILD | |||
@@ -4,7 +4,7 @@ | |||
4 | # Contributor: andychu <andy@oilshell.org> | 4 | # Contributor: andychu <andy@oilshell.org> |
5 | 5 | ||
6 | pkgname=osh | 6 | pkgname=osh |
7 | pkgver=0.9.3 | 7 | pkgver=0.9.4 |
8 | pkgrel=1 | 8 | pkgrel=1 |
9 | pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" | 9 | pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" |
10 | arch=('any') | 10 | arch=('any') |
@@ -13,7 +13,7 @@ license=("Apache") | |||
13 | options=(!strip) | 13 | options=(!strip) |
14 | optdepends=("readline: interactive features") | 14 | optdepends=("readline: interactive features") |
15 | source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") | 15 | source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") |
16 | sha256sums=('62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda') | 16 | sha256sums=('fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02') |
17 | 17 | ||
18 | prepare() { | 18 | prepare() { |
19 | mkdir -p tmp | 19 | mkdir -p tmp |