From 46ac900c71c5c1fbe0ed30f6fa41a24ce503cdc7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 6 Jan 2023 16:03:18 +0300 Subject: ouch-bin: Update to 0.4.1-1 upstream release --- ouch-bin/.SRCINFO | 6 +++--- ouch-bin/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ouch-bin/.SRCINFO b/ouch-bin/.SRCINFO index 395e550..78a429b 100644 --- a/ouch-bin/.SRCINFO +++ b/ouch-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ouch-bin pkgdesc = Painless compression and decompression in the terminal (binary release) - pkgver = 0.4.0 + pkgver = 0.4.1 pkgrel = 1 url = https://github.com/ouch-org/ouch arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = ouch-bin provides = ouch conflicts = ouch conflicts = ouch-git - source = ouch-0.4.0.tar.gz::https://github.com/ouch-org/ouch/releases/download/0.4.0/ouch-x86_64-unknown-linux-gnu.tar.gz - sha256sums = 4b03c6a54b12e2038600cfb450aebac70bd9516fc9bf50a78c93f93fef75e60b + source = ouch-0.4.1.tar.gz::https://github.com/ouch-org/ouch/releases/download/0.4.1/ouch-x86_64-unknown-linux-gnu.tar.gz + sha256sums = b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62 pkgname = ouch-bin diff --git a/ouch-bin/PKGBUILD b/ouch-bin/PKGBUILD index 0641836..53a278a 100644 --- a/ouch-bin/PKGBUILD +++ b/ouch-bin/PKGBUILD @@ -2,7 +2,7 @@ pkgname=ouch-bin _pkgname=${pkgname%-bin} -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Painless compression and decompression in the terminal (binary release)" arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') provides=(${_pkgname}) conflicts=(${_pkgname} ${_pkgname}-git) source=("${_pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/ouch-x86_64-unknown-linux-gnu.tar.gz") -sha256sums=('4b03c6a54b12e2038600cfb450aebac70bd9516fc9bf50a78c93f93fef75e60b') +sha256sums=('b27902df86aa2b4df28e1d53214af1d5391beabd4c1cbee850d80c2168329d62') package() { # Binary releaes is archived in a folder with a generic name, it is not ideal -- cgit v1.2.3-70-g09d2