Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
libssh2
Commits:
40a0e0e6 by Tobias Powalowski at 2025-01-01T17:00:23+01:00
upgpkg: 1.11.1-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libssh2
pkgdesc = A library implementing the SSH2 protocol as defined by
Internet Drafts
- pkgver = 1.11.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://www.libssh2.org/
arch = x86_64
@@ -8,11 +8,11 @@ pkgbase = libssh2
depends = openssl
depends = zlib
provides = libssh2.so
- source = https://www.libssh2.org/download/libssh2-1.11.0.tar.gz
- source = https://www.libssh2.org/download/libssh2-1.11.0.tar.gz.asc
+ source = https://www.libssh2.org/download/libssh2-1.11.1.tar.gz
+ source = https://www.libssh2.org/download/libssh2-1.11.1.tar.gz.asc
validpgpkeys = 27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2
validpgpkeys = 914C533DF9B2ADA2204F586D78E11C6B279D5C91
- sha256sums =
3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
- sha256sums = SKIP
+ b2sums =
a44073d59eeeed57626063067d498f28d64f66febf5cdbd830cf1fa0ffd33e39f4bca57289abef175d4f0413952e1dbc57847aa4fe1d9c0140d8789b7b925528
+ b2sums = SKIP
pkgname = libssh2
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: ice-man <[email protected]>
pkgname=libssh2
-pkgver=1.11.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="A library implementing the SSH2 protocol as defined by Internet
Drafts"
url="https://www.libssh2.org/"
@@ -17,8 +17,8 @@ provides=('libssh2.so')
validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg
'914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
(old key)
source=("https://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461'
- 'SKIP')
+b2sums=('a44073d59eeeed57626063067d498f28d64f66febf5cdbd830cf1fa0ffd33e39f4bca57289abef175d4f0413952e1dbc57847aa4fe1d9c0140d8789b7b925528'
+ 'SKIP')
build() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libssh2/-/commit/40a0e0e6b6b876f51d22d0fa6800861d3b289d9c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libssh2/-/commit/40a0e0e6b6b876f51d22d0fa6800861d3b289d9c
You're receiving this email because of your account on gitlab.archlinux.org.