summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredy García2019-07-01 11:46:09 -0500
committerFredy García2019-07-01 11:46:09 -0500
commit1e7b0243e06ea0e51592e338dd2833607679aa59 (patch)
tree4834310e152d60a7d43f283075096da1190c1eae
parente2f717f7646a854a3543fb5887b65e825e010e69 (diff)
downloadaur-1e7b0243e06ea0e51592e338dd2833607679aa59.tar.gz
Upgrading to version 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7d015112584..b1c423285a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libssh-gnutls
pkgdesc = Library for accessing ssh client services through C libraries - compiled with gnutls (libgcrypt), documentation for libssh
- pkgver = 0.8.7
+ pkgver = 0.9.0
pkgrel = 1
url = http://www.libssh.org/
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = libssh-gnutls
makedepends = cmocka
makedepends = doxygen
makedepends = python
- source = https://www.libssh.org/files/0.8/libssh-0.8.7.tar.xz
- source = https://www.libssh.org/files/0.8/libssh-0.8.7.tar.xz.asc
+ source = https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz
+ source = https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz.asc
validpgpkeys = 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
- sha256sums = 43304ca22f0ba0b654e14b574a39816bc70212fdea5858a6637cc26cade3d592
+ sha256sums = 25303c2995e663cd169fdd902bae88106f48242d7e96311d74f812023482c7a5
sha256sums = SKIP
pkgname = libssh-gnutls
diff --git a/PKGBUILD b/PKGBUILD
index e058b609e47b..32fe198805f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libssh-gnutls
pkgname=(${pkgbase} ${pkgbase}-docs)
-pkgver=0.8.7
+pkgver=0.9.0
pkgrel=1
pkgdesc="Library for accessing ssh client services through C libraries - compiled with gnutls (libgcrypt), documentation for libssh"
arch=("x86_64")
@@ -10,7 +10,7 @@ url="http://www.libssh.org/"
license=("LGPL")
makedepends=("cmake" "cmocka" "doxygen" "python")
source=("https://www.libssh.org/files/${pkgver%.*}/${pkgname%-gnutls}-${pkgver}.tar.xz"{,.asc})
-sha256sums=("43304ca22f0ba0b654e14b574a39816bc70212fdea5858a6637cc26cade3d592" "SKIP")
+sha256sums=("25303c2995e663cd169fdd902bae88106f48242d7e96311d74f812023482c7a5" "SKIP")
validpgpkeys=("8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D") # Andreas Schneider <asn@cryptomilk.org>
prepare() {