summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-09-17 16:27:09 +0200
committerlarchunix2019-09-17 16:27:09 +0200
commitb900a98201ed45ec3f4ec35bf75fc545215eb387 (patch)
tree4e92609b0dfcd0664cab20f84767d32fa976ec13
parentfa784ec359f6acecc537a2a8069c788d8a8df37c (diff)
downloadaur-b900a98201ed45ec3f4ec35bf75fc545215eb387.tar.gz
Update to upstream release 2.6.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57cc4665117a..dc0cba6958ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openwsman
pkgdesc = Opensource Implementation of WS-Management
- pkgver = 2.6.10
+ pkgver = 2.6.11
pkgrel = 1
url = https://openwsman.github.io/
arch = i686
@@ -23,8 +23,8 @@ pkgbase = openwsman
backup = etc/openwsman/openwsman_client.conf
backup = etc/openwsman/ssleay.cnf
backup = etc/pam.d/openwsman
- source = https://github.com/Openwsman/openwsman/archive/v2.6.10/openwsman-2.6.10.tar.gz
- md5sums = b7c388715824a528ebf3b10e99606491
+ source = https://github.com/Openwsman/openwsman/archive/v2.6.11/openwsman-2.6.11.tar.gz
+ md5sums = 33a58eb6b13ffe0a51b33553f6cd5728
pkgname = openwsman
diff --git a/PKGBUILD b/PKGBUILD
index 3e5bc62a3d75..507636288b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openwsman
-pkgver=2.6.10
+pkgver=2.6.11
pkgrel=1
pkgdesc="Opensource Implementation of WS-Management"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ backup=("etc/$pkgname/$pkgname.conf"
"etc/$pkgname/ssleay.cnf"
"etc/pam.d/$pkgname")
source=("https://github.com/Openwsman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('b7c388715824a528ebf3b10e99606491')
+md5sums=('33a58eb6b13ffe0a51b33553f6cd5728')
prepare() {
cd "$pkgname-$pkgver"