summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-04-10 20:42:07 -0500
committerfrealgagu2020-04-10 20:42:07 -0500
commitd54ef383867cdcadc0c722df21cfb3c4a6ecf3cf (patch)
tree70e8bb7ce999282b0d2a736e011269baac022fc5
parentabf15780c145239cd4e0e2527d71fb253f7c17ea (diff)
downloadaur-d54ef383867cdcadc0c722df21cfb3c4a6ecf3cf.tar.gz
Upgrading to version 0.9.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60255f8c334c..b0af91c6e2b0 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.3
+ pkgver = 0.9.4
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.3.tar.xz
- source = https://www.libssh.org/files/0.9/libssh-0.9.3.tar.xz.asc
+ source = https://www.libssh.org/files/0.9/libssh-0.9.4.tar.xz
+ source = https://www.libssh.org/files/0.9/libssh-0.9.4.tar.xz.asc
validpgpkeys = 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
- sha256sums = 2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c
+ sha256sums = 150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b
sha256sums = SKIP
pkgname = libssh-gnutls
diff --git a/.gitignore b/.gitignore
index 67b156d08550..a13b1dfee5ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
libssh-*.tar.xz
libssh-*.tar.xz.asc
+libssh-gnutls-*.pkg.tar.zst
libssh-gnutls-*.pkg.tar.xz
+libssh-gnutls-docs-*.pkg.tar.zst
libssh-gnutls-docs-*.pkg.tar.xz
libssh-gnutls-*.log
libssh-gnutls-docs-*.log
diff --git a/PKGBUILD b/PKGBUILD
index 2c0d75558852..4d74c2f66991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=libssh-gnutls
pkgname=(${pkgbase} ${pkgbase}-docs)
-pkgver=0.9.3
+pkgver=0.9.4
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=("2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c" "SKIP")
+sha256sums=("150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b" "SKIP")
validpgpkeys=("8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D") # Andreas Schneider <asn@cryptomilk.org>
prepare() {