* update sshpass to 1.10-2

This commit is contained in:
Alexander Baldeck 2024-08-15 07:41:04 +02:00
parent 3c7f6d8eec
commit f73734e64c
2 changed files with 14 additions and 2 deletions

12
sshpass/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = sshpass
pkgdesc = Fool ssh into accepting an interactive password non-interactively
pkgver = 1.10
pkgrel = 2
url = https://sourceforge.net/projects/sshpass/
arch = x86_64
license = GPL
depends = openssh
source = https://downloads.sourceforge.net/sshpass/sshpass-1.10.tar.gz
sha256sums = ad1106c203cbb56185ca3bad8c6ccafca3b4064696194da879f81c8d7bdfeeda
pkgname = sshpass

View File

@ -5,9 +5,9 @@
pkgname=sshpass
pkgver=1.10
pkgrel=1
pkgrel=2
pkgdesc='Fool ssh into accepting an interactive password non-interactively'
arch=(x86_64 powerpc64le)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://sourceforge.net/projects/sshpass/'
license=('GPL')
depends=('openssh')