From a8acc8a4603b6617764fcc5d3fac5f53d38dd8a5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 31 Dec 2021 03:14:53 +0300 Subject: osh: Update to 0.9.6 --- osh/.SRCINFO | 6 +++--- osh/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'osh') diff --git a/osh/.SRCINFO b/osh/.SRCINFO index 07bad36..24ce452 100644 --- a/osh/.SRCINFO +++ b/osh/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = osh pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python - pkgver = 0.9.5 + pkgver = 0.9.6 pkgrel = 1 url = https://www.oilshell.org/ arch = any license = Apache optdepends = readline: interactive features options = !strip - source = https://www.oilshell.org/download/oil-0.9.5.tar.xz - sha256sums = d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32 + source = https://www.oilshell.org/download/oil-0.9.6.tar.xz + sha256sums = e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4 pkgname = osh diff --git a/osh/PKGBUILD b/osh/PKGBUILD index c607640..83b3c8a 100644 --- a/osh/PKGBUILD +++ b/osh/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: andychu pkgname=osh -pkgver=0.9.5 +pkgver=0.9.6 pkgrel=1 pkgdesc="Oil Shell - A bash-compatible UNIX shell written in Python" arch=('any') @@ -13,7 +13,7 @@ license=("Apache") options=(!strip) optdepends=("readline: interactive features") source=("https://www.oilshell.org/download/oil-$pkgver.tar.xz") -sha256sums=('d89d8c081c8bc536dfc7b437b965a265c07e24cf5142ff26b21b4cc4a3139e32') +sha256sums=('e1c7d1cac276d36cb5f7de9307fee3be558ee4adaf349ef422322400d5c8a5c4') prepare() { mkdir -p tmp -- cgit v1.2.3-70-g09d2