From 75d2e736ba84ecda68cc9138402d3618c7604fa3 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Tue, 28 Feb 2023 19:41:31 +0800 Subject: guile-ssh: 0.15.1 -> 0.16.3 --- guile-ssh/.SRCINFO | 6 +++--- guile-ssh/PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guile-ssh/.SRCINFO b/guile-ssh/.SRCINFO index 8a5f096..ad20928 100644 --- a/guile-ssh/.SRCINFO +++ b/guile-ssh/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = guile-ssh pkgdesc = SSH module for Guile based on libssh - pkgver = 0.15.1 + pkgver = 0.16.3 pkgrel = 1 url = https://github.com/artyom-poptsov/guile-ssh arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = guile-ssh license = GPL3 depends = guile>=2.0.9 depends = libssh>=0.7.3 - source = guile-ssh-0.15.1.tar.gz::https://github.com/artyom-poptsov/guile-ssh/archive/v0.15.1.tar.gz - sha256sums = 434fdfdcd439d038c15e40290a8d3187837ad969577573baacb7b105c0c3628f + source = guile-ssh-0.16.3.tar.gz::https://github.com/artyom-poptsov/guile-ssh/archive/v0.16.3.tar.gz + sha256sums = 96c235a630fc53120881e5af325c7720b5bb19c6a7eab818ace1f3d0b7669d56 pkgname = guile-ssh diff --git a/guile-ssh/PKGBUILD b/guile-ssh/PKGBUILD index ca87fb4..3170cab 100644 --- a/guile-ssh/PKGBUILD +++ b/guile-ssh/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 (at) gmail (dot) com pkgname=guile-ssh -pkgver=0.15.1 +pkgver=0.16.3 pkgrel=1 pkgdesc='SSH module for Guile based on libssh' arch=('x86_64' 'i686' 'armv7h') @@ -13,7 +13,7 @@ depends=( source=( "${pkgname}-${pkgver}.tar.gz::https://github.com/artyom-poptsov/guile-ssh/archive/v${pkgver}.tar.gz") sha256sums=( - '434fdfdcd439d038c15e40290a8d3187837ad969577573baacb7b105c0c3628f') + '96c235a630fc53120881e5af325c7720b5bb19c6a7eab818ace1f3d0b7669d56') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3