summaryrefslogtreecommitdiffstats
path: root/osh/PKGBUILD
diff options
context:
space:
mode:
authorYigit Sever2021-12-31 03:14:53 +0300
committerYigit Sever2021-12-31 03:14:53 +0300
commita8acc8a4603b6617764fcc5d3fac5f53d38dd8a5 (patch)
tree018d90899f5e6a75dacdb7288b7e30ad0ee6ce86 /osh/PKGBUILD
parentb29e817554ec42b6183b11d97e9097a52c63bc8b (diff)
downloadpackages-a8acc8a4603b6617764fcc5d3fac5f53d38dd8a5.tar.gz
packages-a8acc8a4603b6617764fcc5d3fac5f53d38dd8a5.tar.bz2
packages-a8acc8a4603b6617764fcc5d3fac5f53d38dd8a5.zip
osh: Update to 0.9.6
Diffstat (limited to 'osh/PKGBUILD')
-rw-r--r--osh/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/osh/PKGBUILD b/osh/PKGBUILD
index c607640..83b3c8a 100644
--- a/osh/PKGBUILD
+++ b/osh/PKGBUILD
@@ -4,7 +4,7 @@
4# Contributor: andychu <[email protected]> 4# Contributor: andychu <[email protected]>
5 5
6pkgname=osh 6pkgname=osh
7pkgver=0.9.5 7pkgver=0.9.6
8pkgrel=1 8pkgrel=1
9pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" 9pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python"
10arch=('any') 10arch=('any')
@@ -13,7 +13,7 @@ license=("Apache")
13options=(!strip) 13options=(!strip)
14optdepends=("readline: interactive features") 14optdepends=("readline: interactive features")
15source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") 15source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz")
16sha256sums=('d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32') 16sha256sums=('e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4')
17 17
18prepare() { 18prepare() {
19 mkdir -p tmp 19 mkdir -p tmp