Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
wcurl


Commits:
9b0e638c by Christian Heusel at 2024-12-09T09:49:08+01:00
upgpkg: 2024.12.08-1: New upstream release

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- 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 = 2024.07.10
-       pkgrel = 2
-       url = 
https://samueloph.dev/blog/announcing-wcurl-a-curl-wrapper-to-download-files/
+       pkgver = 2024.12.08
+       pkgrel = 1
+       url = https://github.com/curl/wcurl/
        arch = any
        license = LicenseRef-curl
        depends = curl
        depends = sh
-       source = 
wcurl-2024.07.10.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/2024.07.10.tar.gz
-       sha256sums = 
962bb72e36e6f6cedbd21c8ca3af50e7dadd587a49d2482ab3226e76cf6dcc97
+       source = 
wcurl-2024.12.08.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/v2024.12.08.tar.gz
+       sha256sums = 
9c0615b2c5d6b21da79ff559e75452197330d18449085a18e05f4b623b144a94
 
 pkgname = wcurl


=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
 [wcurl]
 source = "git"
 git = "https://github.com/Debian/wcurl.git";
+prefix = "v"


=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
 # Maintainer: Christian Heusel <[email protected]>
 
 pkgname=wcurl
-pkgver=2024.07.10
-pkgrel=2
+pkgver=2024.12.08
+pkgrel=1
 pkgdesc='Whenever you need to download files through the terminal and dont 
feel like using wget'
 arch=(any)
 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/${pkgver}.tar.gz";)
-sha256sums=('962bb72e36e6f6cedbd21c8ca3af50e7dadd587a49d2482ab3226e76cf6dcc97')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Debian/wcurl/archive/refs/tags/v${pkgver}.tar.gz";)
+sha256sums=('9c0615b2c5d6b21da79ff559e75452197330d18449085a18e05f4b623b144a94')
 
 package() {
     cd "$srcdir/wcurl-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wcurl/-/commit/9b0e638cf828416bb765c2fcbc6990e1cc7bf6d8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wcurl/-/commit/9b0e638cf828416bb765c2fcbc6990e1cc7bf6d8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to