community/hare-ssh: upgrade to 0.24.2

This commit is contained in:
Hannes Braun 2024-09-10 19:01:32 +02:00 committed by Simon Zeni
parent 339dd9ade0
commit 28893d8a43

View File

@ -1,17 +1,15 @@
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=hare-ssh
pkgver=0_git20231113
_commit=e127e44cdce948b062edfe754776c3daa7ad8204
pkgrel=2
pkgver=0.24.2
pkgrel=0
pkgdesc="SSH support for Hare"
url="https://sr.ht/~sircmpwn/hare-ssh"
arch="noarch !armhf !armv7 !ppc64le !s390x !x86 !loongarch64" #hare
license="MPL-2.0"
makedepends="hare"
source="
$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/hare-ssh/archive/$_commit.tar.gz
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/hare-ssh/archive/$pkgver.tar.gz
"
builddir="$srcdir/$pkgname-$_commit"
build() {
make -j1 PREFIX=/usr
@ -26,5 +24,5 @@ package() {
}
sha512sums="
7d8a95ba90535eea5e5b32eb75da2cad1ba5159214afaa8ee1a7a2fd429864125ee46e1e78d1d1ad1bb761ec53f072241ea967666db0839b2ba03e083c54f54b hare-ssh-e127e44cdce948b062edfe754776c3daa7ad8204.tar.gz
cd631a025ff004bf0fe6acc3246858c655ff7875c06acd5c510aa3d5104c0604ef15d479d96040e5d49b919e71a672a61d1112d1175a3d5955b80c723ebe9fc2 hare-ssh-0.24.2.tar.gz
"