Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
lychee
Commits:
8511f685 by Orhun Parmaksız at 2024-12-19T21:08:27+03:00
upgpkg: 0.18.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lychee
pkgdesc = Fast, async, resource-friendly link checker written in Rust
- pkgver = 0.17.0
+ pkgver = 0.18.0
pkgrel = 1
url = https://lychee.cli.rs
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = lychee
replaces = lychee-link-checker
replaces = lychee-rs
options = !lto
- source =
lychee-0.17.0.tar.gz::https://github.com/lycheeverse/lychee/archive/lychee-v0.17.0/lychee-0.17.0.tar.gz
- b2sums =
33aebfcfa552b96b3e07d8862249696700a22b690477bc5a6c344299329ac6560093bc5840c01926f7382a5bcf99a4d33a5557c43e9fb44d91b855dd2c6638e6
+ source =
lychee-0.18.0.tar.gz::https://github.com/lycheeverse/lychee/archive/lychee-v0.18.0/lychee-0.18.0.tar.gz
+ b2sums =
e57808af81122d5baa575e794f8d45820ac5b28662e294f4b6c34c37cd57dcd01a225670b256a790fd9551bde08a58ac335c6ccd3b638679276f27419a1ff834
pkgname = lychee
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Daniel M. Capella <[email protected]>
pkgname=lychee
-pkgver=0.17.0
+pkgver=0.18.0
pkgrel=1
pkgdesc='Fast, async, resource-friendly link checker written in Rust'
arch=('x86_64')
@@ -27,7 +27,7 @@ replaces=(
)
options=('!lto')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lycheeverse/lychee/archive/$pkgname-v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('33aebfcfa552b96b3e07d8862249696700a22b690477bc5a6c344299329ac6560093bc5840c01926f7382a5bcf99a4d33a5557c43e9fb44d91b855dd2c6638e6')
+b2sums=('e57808af81122d5baa575e794f8d45820ac5b28662e294f4b6c34c37cd57dcd01a225670b256a790fd9551bde08a58ac335c6ccd3b638679276f27419a1ff834')
prepare() {
mv $pkgname-$pkgname-v$pkgver $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/8511f68512fb1fe37b571748679c1bc515ba39b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/8511f68512fb1fe37b571748679c1bc515ba39b4
You're receiving this email because of your account on gitlab.archlinux.org.