summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a64ca07f5b6..bc17dedad795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = genders
pkgdesc = Static cluster configuration database used for cluster configuration management.
- pkgver = 1.27.3
+ pkgver = 1.28.1
pkgrel = 1
url = https://computing.llnl.gov/linux/genders.html
arch = x86_64
arch = i686
license = GPL
options = !makeflags
- source = https://github.com/chaos/genders/archive/genders-1-27-3.tar.gz
+ source = https://github.com/chaos/genders/archive/genders-1-28-1.tar.gz
source = 624078.patch
sha256sums = c176045a7dd125313d44abcb7968ded61826028fe906028a2967442426229894
sha256sums = 7bd0e8bbf2e29ef00ee2387a1dd964cda841bc8995db85cf97b73c4dd766e699
diff --git a/PKGBUILD b/PKGBUILD
index 77ac5a63ec85..969c36ed7fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
# Contributor: snafu <regflx@web.de>
pkgname=genders
-pkgver=1.27.3
+pkgver=1.28.1
pkgrel=1
pkgdesc="Static cluster configuration database used for cluster configuration management."
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url='https://computing.llnl.gov/linux/genders.html'
license=('GPL')
source=("https://github.com/chaos/${pkgname}/archive/${pkgname}-${pkgver//./-}.tar.gz"
'624078.patch')
-sha256sums=('c176045a7dd125313d44abcb7968ded61826028fe906028a2967442426229894'
+sha256sums=('3ca8b4771b2bf39383a3c383d36d308fa113de5c481e16fdef9cabd643359d09'
'7bd0e8bbf2e29ef00ee2387a1dd964cda841bc8995db85cf97b73c4dd766e699')
options=('!makeflags')