summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-09-27 19:39:54 -0300
committerGonzalo Exequiel Pedone2024-09-27 19:39:54 -0300
commitbdb57a254733fe3e3f2060b31c1e978ef4ba41aa (patch)
tree4a531da6f1bf049787f2684614bb4a09fb615fd3
parent4465414def05e88be14fbbaa7d191c1162209d5e (diff)
downloadaur-bdb57a254733fe3e3f2060b31c1e978ef4ba41aa.tar.gz
Package updated to 0.11.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5cbb1bf53cb..23f63356f753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-libssh
pkgdesc = Library for accessing ssh client services through C libraries (Android aarch64)
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://www.libssh.org/
arch = any
@@ -15,10 +15,10 @@ pkgbase = android-aarch64-libssh
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://www.libssh.org/files/0.11/libssh-0.11.0.tar.xz
+ source = https://www.libssh.org/files/0.11/libssh-0.11.1.tar.xz
source = 0001-Fix-static-lib.patch
source = 0002-Disable-getifaddrs.patch
- md5sums = a309d1756d86ae235b3a889979481c0c
+ md5sums = 93e6fe0c9effb216a48b8b6bc1e4a576
md5sums = 66588a420aac9c580c31018a5b1c78cf
md5sums = 063230102f24f4bcb8aea86575e00def
diff --git a/PKGBUILD b/PKGBUILD
index de5b4e8d3a19..08bb305ee29b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
_android_arch=aarch64
pkgname=android-${_android_arch}-libssh
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
arch=('any')
pkgdesc="Library for accessing ssh client services through C libraries (Android ${_android_arch})"
@@ -26,7 +26,7 @@ options=(!strip !buildflags staticlibs !emptydirs)
source=("https://www.libssh.org/files/${pkgver%.*}/libssh-${pkgver}.tar.xz"
'0001-Fix-static-lib.patch'
'0002-Disable-getifaddrs.patch')
-md5sums=('a309d1756d86ae235b3a889979481c0c'
+md5sums=('93e6fe0c9effb216a48b8b6bc1e4a576'
'66588a420aac9c580c31018a5b1c78cf'
'063230102f24f4bcb8aea86575e00def')