From e2d6997839d69a84f99345d0103097f174104bd9 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 18 Nov 2021 13:38:56 +0300 Subject: tidy-viewer: Update to 1.4.3 --- tidy-viewer/.SRCINFO | 6 +++--- tidy-viewer/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tidy-viewer/.SRCINFO b/tidy-viewer/.SRCINFO index 6c1dd8e..357beb4 100644 --- a/tidy-viewer/.SRCINFO +++ b/tidy-viewer/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = tidy-viewer pkgdesc = CLI csv pretty printer that uses column styling - pkgver = 1.4.2 + pkgver = 1.4.3 pkgrel = 1 url = https://github.com/alexhallam/tv arch = x86_64 arch = aarch64 license = Unlicense makedepends = cargo - source = tv-1.4.2.tar.gz::https://github.com/alexhallam/tv/archive/1.4.2.tar.gz - sha256sums = b6f3edf58314b2f69a40d63a032684b1b30406eb03ab1926493b83e92da08884 + source = tv-1.4.3.tar.gz::https://github.com/alexhallam/tv/archive/1.4.3.tar.gz + sha256sums = e308eb088d059d18119dc757c98487d9cabc2f4b97035a8dc9f8253717aa9fe9 pkgname = tidy-viewer diff --git a/tidy-viewer/PKGBUILD b/tidy-viewer/PKGBUILD index 3150e63..66e6b9f 100644 --- a/tidy-viewer/PKGBUILD +++ b/tidy-viewer/PKGBUILD @@ -2,7 +2,7 @@ pkgname=tidy-viewer _pkgname=tv -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=1 pkgdesc="CLI csv pretty printer that uses column styling" arch=('x86_64' 'aarch64') @@ -10,7 +10,7 @@ url="https://github.com/alexhallam/tv" license=('Unlicense') makedepends=('cargo') source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('300e13af14b0bf81fbec2fe067110b0f9752014bfaee367300c4f4d0126ee1e7') +sha256sums=('e308eb088d059d18119dc757c98487d9cabc2f4b97035a8dc9f8253717aa9fe9') prepare() { cd "$_pkgname-$pkgver" -- cgit v1.2.3-70-g09d2 From e076d1785d3b4a6d55d6dbde19f5533d62c5c1f5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 19 Nov 2021 10:43:35 +0300 Subject: osh: update to 0.9.4 --- osh/.SRCINFO | 6 +++--- 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 @@ pkgbase = osh pkgdesc = Oil Shell - A bash-compatible UNIX shell written in Python - pkgver = 0.9.3 + pkgver = 0.9.4 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.3.tar.xz - sha256sums = 62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda + source = https://www.oilshell.org/download/oil-0.9.4.tar.xz + sha256sums = fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02 pkgname = osh diff --git a/osh/PKGBUILD b/osh/PKGBUILD index 11a757f..b862ba8 100644 --- a/osh/PKGBUILD +++ b/osh/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: andychu pkgname=osh -pkgver=0.9.3 +pkgver=0.9.4 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=('62f36072f69f3378e03b79d8d5255c1d136094ec11410db4f16ee82f1660efda') +sha256sums=('fac61bcd6b68c0bbf2e386aa84b107f26518527d4326bf473a02aadd85e53d02') prepare() { mkdir -p tmp -- cgit v1.2.3-70-g09d2