summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2019-12-11 10:39:46 -0500
committerfrealgagu2019-12-11 10:39:46 -0500
commitabf15780c145239cd4e0e2527d71fb253f7c17ea (patch)
tree1185f0e862a4ccd28f58757a9e1f90f56836c30c
parentcb5ef3703dd5962857e3d9b0ebe29036c7c139a0 (diff)
downloadaur-abf15780c145239cd4e0e2527d71fb253f7c17ea.tar.gz
Upgrading to version 0.9.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fea8d08a9d8b..60255f8c334c 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.9.2
+ pkgver = 0.9.3
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.9/libssh-0.9.2.tar.xz
- source = https://www.libssh.org/files/0.9/libssh-0.9.2.tar.xz.asc
+ source = https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz
+ source = https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz.asc
validpgpkeys = 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
- sha256sums = 1970a8991374fc8cbdcb7fcc3683fe8f8824aa37d575f38cfb75fe0fe50fd9ad
+ sha256sums = 2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c
sha256sums = SKIP
pkgname = libssh-gnutls
diff --git a/PKGBUILD b/PKGBUILD
index a54b5907d891..2c0d75558852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libssh-gnutls
pkgname=(${pkgbase} ${pkgbase}-docs)
-pkgver=0.9.2
+pkgver=0.9.3
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=("1970a8991374fc8cbdcb7fcc3683fe8f8824aa37d575f38cfb75fe0fe50fd9ad" "SKIP")
+sha256sums=("2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c" "SKIP")
validpgpkeys=("8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D") # Andreas Schneider <asn@cryptomilk.org>
prepare() {