summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-10-05 13:17:51 -0400
committerAndy Kluger2020-10-05 13:17:51 -0400
commitccd8d6d2681cdb8c96ec51377dc0b7b4d903c163 (patch)
tree76824c66b6fcf7010a97e43e6db1c850477c1d9d
parentc7d937ebcf76492a820112330254bc436046ef30 (diff)
downloadaur-ccd8d6d2681cdb8c96ec51377dc0b7b4d903c163.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83ade50bc1d..671999180648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = s6-portable-utils
pkgdesc = Tiny portable generic utilities
- pkgver = 2.2.2.4
+ pkgver = 2.2.3.0
pkgrel = 1
url = http://www.skarnet.org/software/s6-portable-utils
arch = i686
@@ -8,8 +8,8 @@ pkgbase = s6-portable-utils
license = custom:ISC
makedepends = skalibs
makedepends = glibc
- source = http://www.skarnet.org/software/s6-portable-utils/s6-portable-utils-2.2.2.4.tar.gz
- sha256sums = 07c7481e06162cc8d13bad5a67dde8a3adb0cb25148ed865ade4bd2b0963abdd
+ source = http://www.skarnet.org/software/s6-portable-utils/s6-portable-utils-2.2.3.0.tar.gz
+ sha256sums = 29baab7ca8d5c97cb5f311f4ad359ecee4ed13249fb51e351f4bbc175de47f18
pkgname = s6-portable-utils
diff --git a/PKGBUILD b/PKGBUILD
index af84ec16ebb3..d1d9169b504d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Kluger <https://t.me/andykluger>
# Contributor: David Arroyo <droyo@aqwari.us>
pkgname=s6-portable-utils
-pkgver=2.2.2.4
+pkgver=2.2.3.0
pkgrel=1
pkgdesc="Tiny portable generic utilities"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://www.skarnet.org/software/s6-portable-utils"
license=('custom:ISC')
makedepends=(skalibs glibc)
source=(${url}/${pkgname}-$pkgver.tar.gz)
-sha256sums=('07c7481e06162cc8d13bad5a67dde8a3adb0cb25148ed865ade4bd2b0963abdd')
+sha256sums=('29baab7ca8d5c97cb5f311f4ad359ecee4ed13249fb51e351f4bbc175de47f18')
build() {
cd $srcdir/$pkgname-$pkgver