Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / lychee
Commits: ff0b743a by Orhun Parmaksız at 2025-02-11T19:24:39+03:00 upgpkg: 0.18.1-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.18.0 + pkgver = 0.18.1 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.18.0.tar.gz::https://github.com/lycheeverse/lychee/archive/lychee-v0.18.0/lychee-0.18.0.tar.gz - b2sums = e57808af81122d5baa575e794f8d45820ac5b28662e294f4b6c34c37cd57dcd01a225670b256a790fd9551bde08a58ac335c6ccd3b638679276f27419a1ff834 + source = lychee-0.18.1.tar.gz::https://github.com/lycheeverse/lychee/archive/lychee-v0.18.1/lychee-0.18.1.tar.gz + b2sums = c95bc96327875b2a089b16b6f7d1f4ec501146a0d74b6a4c2e986e137fbea320b68e3c1923912e7aa51e9ddfe06b45704d80348fedcb3501a15deaa601f098e3 pkgname = lychee ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Daniel M. Capella <poly...@archlinux.org> pkgname=lychee -pkgver=0.18.0 +pkgver=0.18.1 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=('e57808af81122d5baa575e794f8d45820ac5b28662e294f4b6c34c37cd57dcd01a225670b256a790fd9551bde08a58ac335c6ccd3b638679276f27419a1ff834') +b2sums=('c95bc96327875b2a089b16b6f7d1f4ec501146a0d74b6a4c2e986e137fbea320b68e3c1923912e7aa51e9ddfe06b45704d80348fedcb3501a15deaa601f098e3') prepare() { mv $pkgname-$pkgname-v$pkgver $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/ff0b743a1f93afb802093006b6ef0d4e0bc66808 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lychee/-/commit/ff0b743a1f93afb802093006b6ef0d4e0bc66808 You're receiving this email because of your account on gitlab.archlinux.org.