summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7403ca44f7..b3feb0608343 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
# Contributor: Josh VanderLinden <arch@cloudlery.com>
+
pkgname=s6
-pkgver=2.7.2.0
+pkgver=2.7.2.1
pkgrel=1
pkgdesc='A small suite of programs for UNIX, designed to allow process supervision'
arch=('x86_64')
@@ -9,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=('af54fcbae7028a90bd12c7ee71a8f3954a74c6a4de376a427cc664587fb68a09')
+sha256sums=('cbac1c5eba1052038cd1508badbb9e88c28e8910cf37a0ab4ab7122a3227d46f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"