summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ed89486fb2..66c3df5ec446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = rundeck
pkgdesc = Open source automation service with a web console, command line tools and a WebAPI
- pkgver = 2.6.9
+ pkgver = 2.6.10
pkgrel = 1
url = https://github.com/rundeck/rundeck/
arch = any
license = APACHE
makedepends = java-environment
depends = java-runtime
- source = https://github.com/rundeck/rundeck/archive/v2.6.9.tar.gz
+ source = https://github.com/rundeck/rundeck/archive/v2.6.10.tar.gz
source = start.sh
- md5sums = cfc2601a7f6566848b8d43745d81271f
+ md5sums = 875ed973c8acef5187572219fe7a0fc0
md5sums = 520c429435ea55c694b66dfa969f98ca
pkgname = rundeck
diff --git a/PKGBUILD b/PKGBUILD
index 8a764ac840bd..157866f034dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcin Wieczorek <marcin@marcin.co>
pkgname=rundeck
-pkgver=2.6.9
+pkgver=2.6.10
pkgrel=1
pkgdesc="Open source automation service with a web console, command line tools and a WebAPI"
arch=('any')
@@ -11,7 +11,7 @@ depends=('java-runtime')
makedepends=('java-environment')
source=("https://github.com/rundeck/rundeck/archive/v${pkgver}.tar.gz"
'start.sh')
-md5sums=('cfc2601a7f6566848b8d43745d81271f'
+md5sums=('875ed973c8acef5187572219fe7a0fc0'
'520c429435ea55c694b66dfa969f98ca')
build() {