diff options
| author | Yigit Sever | 2021-12-01 10:41:50 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-12-01 10:41:50 +0300 |
| commit | ca16354be4f499eace5e9729bf81cb53fd5d176e (patch) | |
| tree | a8b2b172179f453294ad059172adf4c166a156f3 | |
| parent | e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5 (diff) | |
| download | packages-ca16354be4f499eace5e9729bf81cb53fd5d176e.tar.gz packages-ca16354be4f499eace5e9729bf81cb53fd5d176e.tar.bz2 packages-ca16354be4f499eace5e9729bf81cb53fd5d176e.zip | |
osh: update to 0.9.5
| -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 a6d662a..07bad36 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.4 | 3 | pkgver = 0.9.5 |
| 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.4.tar.xz | 10 | source = https://www.oilshell.org/download/oil-0.9.5.tar.xz |
| 11 | sha256sums = fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02 | 11 | sha256sums = d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32 |
| 12 | 12 | ||
| 13 | pkgname = osh | 13 | pkgname = osh |
diff --git a/osh/PKGBUILD b/osh/PKGBUILD index b862ba8..c607640 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.4 | 7 | pkgver=0.9.5 |
| 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=('fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02') | 16 | sha256sums=('d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32') |
| 17 | 17 | ||
| 18 | prepare() { | 18 | prepare() { |
| 19 | mkdir -p tmp | 19 | mkdir -p tmp |
