summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-03-06 08:35:36 -0500
committerAndrew O'Neill2019-03-06 08:35:36 -0500
commita8c6099f08c8fbae7ef1b78223c0d19f8db556d1 (patch)
tree478cb0d3fc3aa6c323a86e08aeb024132f20f40b
parent9f3471d1d581668dbe74c71a052d8dee415a9031 (diff)
downloadaur-a8c6099f08c8fbae7ef1b78223c0d19f8db556d1.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 ca3844096bd7..3616085c227e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = s6
pkgdesc = A small suite of programs for UNIX, designed to allow process supervision
- pkgver = 2.7.2.2
+ pkgver = 2.8.0.0
pkgrel = 1
url = http://skarnet.org/software/s6/
arch = x86_64
license = ISC
depends = skalibs
depends = execline
- source = http://skarnet.org/software/s6/s6-2.7.2.2.tar.gz
- sha256sums = 58dfa7633caff3790e06b5981344ceb03a1cedff4f253e15d79135d9a2ab525f
+ source = http://skarnet.org/software/s6/s6-2.8.0.0.tar.gz
+ sha256sums = 284792d8bebecc2c0c1f8318149dac9e6d52fe7756d5de55b4bb47a84ba7b106
pkgname = s6
diff --git a/PKGBUILD b/PKGBUILD
index 7e1ee0e811b5..8af8bb535bd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Josh VanderLinden <arch@cloudlery.com>
pkgname=s6
-pkgver=2.7.2.2
+pkgver=2.8.0.0
pkgrel=1
pkgdesc='A small suite of programs for UNIX, designed to allow process supervision'
arch=('x86_64')
@@ -10,7 +10,7 @@ url="http://skarnet.org/software/${pkgname}/"
license=('ISC')
depends=('skalibs' 'execline')
source=("http://skarnet.org/software/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('58dfa7633caff3790e06b5981344ceb03a1cedff4f253e15d79135d9a2ab525f')
+sha256sums=('284792d8bebecc2c0c1f8318149dac9e6d52fe7756d5de55b4bb47a84ba7b106')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"