Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / wcurl
Commits: 3f2f99c1 by Christian Heusel at 2025-04-21T11:52:47+02:00 upgpkg: 2025.04.20-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = wcurl pkgdesc = Whenever you need to download files through the terminal and dont feel like using wget - pkgver = 2025.02.24 + pkgver = 2025.04.20 pkgrel = 1 url = https://github.com/curl/wcurl/ arch = any license = LicenseRef-curl depends = curl depends = sh - source = wcurl-2025.02.24.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/v2025.02.24.tar.gz - sha256sums = 640319b7a3dfd693a4a513ae603539b9e0632a706ed75f969765f5341f1a14c7 + source = wcurl-2025.04.20.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/v2025.04.20.tar.gz + sha256sums = c40ccf365febca9115611db271b2d6705728fc7efb297df3f2eba70d3a97fa03 pkgname = wcurl ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Christian Heusel <gro...@archlinux.org> pkgname=wcurl -pkgver=2025.02.24 +pkgver=2025.04.20 pkgrel=1 pkgdesc='Whenever you need to download files through the terminal and dont feel like using wget' arch=(any) @@ -9,7 +9,7 @@ url='https://github.com/curl/wcurl/' license=("LicenseRef-curl") depends=(curl sh) source=("$pkgname-$pkgver.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/v${pkgver}.tar.gz") -sha256sums=('640319b7a3dfd693a4a513ae603539b9e0632a706ed75f969765f5341f1a14c7') +sha256sums=('c40ccf365febca9115611db271b2d6705728fc7efb297df3f2eba70d3a97fa03') package() { cd "$srcdir/wcurl-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wcurl/-/commit/3f2f99c191e68ab8b7b19682464dd2c63197cd19 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wcurl/-/commit/3f2f99c191e68ab8b7b19682464dd2c63197cd19 You're receiving this email because of your account on gitlab.archlinux.org.