Skip to content
Snippets Groups Projects
Commit c557b563 authored by achill (fossdd)'s avatar achill (fossdd) Committed by Celeste
Browse files

testing/wcurl: upgrade to 2024.07.10

parent 1e8ebda5
No related branches found
No related tags found
1 merge request!69123testing/wcurl: upgrade to 2024.07.10
# Contributor: fossdd <fossdd@pwned.life> # Contributor: fossdd <fossdd@pwned.life>
# Maintainer: fossdd <fossdd@pwned.life> # Maintainer: fossdd <fossdd@pwned.life>
pkgname=wcurl pkgname=wcurl
pkgver=2024.07.07 pkgver=2024.07.10
_pkgver=${pkgver//./-}
pkgrel=0 pkgrel=0
pkgdesc="Simple wrapper around curl to easily download files" pkgdesc="Simple wrapper around curl to easily download files"
url="https://salsa.debian.org/debian/wcurl" url="https://salsa.debian.org/debian/wcurl"
arch="noarch" arch="noarch"
license="curl" license="curl"
depends="curl" depends="curl"
checkdepends="shunit2 coreutils" checkdepends="shunit2"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="https://salsa.debian.org/debian/wcurl/-/archive/$_pkgver/wcurl-$_pkgver.tar.gz" source="https://salsa.debian.org/debian/wcurl/-/archive/$pkgver/wcurl-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$_pkgver"
check() { check() {
./tests/tests.sh ./tests/tests.sh
...@@ -26,5 +24,5 @@ package() { ...@@ -26,5 +24,5 @@ package() {
} }
sha512sums=" sha512sums="
1c34a695b4ae5d5ac1f6a3edff3c4e664aad4b652100747284d6868755daa97aa5c1f67e1b41194582094db8da305ded8ca949c2b9b8c9af281ae173132462e5 wcurl-2024-07-07.tar.gz 303e52211ebb948a71ec2ef4e0eb4ad7e0de4bb82b6e6fa025a161b0c5c2fc0c0205fd9782e08f1759363ca1a2f9186d42a0073deb955dbf586691b513a7a1e4 wcurl-2024.07.10.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment