summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-10-12 18:55:36 +0200
committerlarchunix2018-10-12 18:55:36 +0200
commit7ae41ec66eb2d0df52c072f15f3a085919b1686c (patch)
treeccda7450046d2a6d5a56a67920ada94c5c0895b4
parentf568bf4d8bf748098425accec8d0728e50fbaa74 (diff)
downloadaur-7ae41ec66eb2d0df52c072f15f3a085919b1686c.tar.gz
Update to upstream release 2.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd22721bdd98..346c1adb2fcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openwsman
pkgdesc = Opensource Implementation of WS-Management
- pkgver = 2.6.7
+ pkgver = 2.6.8
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.7/openwsman-2.6.7.tar.gz
- md5sums = 68960903ad8c26a22436d665d8c47c80
+ source = https://github.com/Openwsman/openwsman/archive/v2.6.8/openwsman-2.6.8.tar.gz
+ md5sums = 975058adfa2fd78ac1e9e8ad6b340f9c
pkgname = openwsman
diff --git a/PKGBUILD b/PKGBUILD
index 5d9404faf94e..30d82a73b16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=openwsman
-pkgver=2.6.7
+pkgver=2.6.8
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=('68960903ad8c26a22436d665d8c47c80')
+md5sums=('975058adfa2fd78ac1e9e8ad6b340f9c')
prepare() {
cd "$pkgname-$pkgver"