summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c94e9d579b3f..eb96f568f01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Xuanrui Qi <me@xuanruiqi.com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
pkgname=shepherd
-pkgver=0.10.3
+pkgver=0.10.4
pkgrel=1
pkgdesc="Service manager that looks after the herd."
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('guile' 'guile-fibers')
makedepends=('gcc' 'make' 'gawk' 'sed')
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha1sums=('aac0f3f11245fca5b13119dc8e25d366fc53df23')
+sha1sums=('1a547efd9416b492b89d010cb10cfd1b5cd35945')
OPTIONS=(!strip)