Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-modules
Commits: 04ec973f by Orhun Parmaksız at 2024-12-11T19:53:04+03:00 upgpkg: 0.21.1-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,12 @@ pkgbase = cargo-modules pkgdesc = A cargo plugin for showing an overview of a crate's modules - pkgver = 0.21.0 + pkgver = 0.21.1 pkgrel = 1 url = https://github.com/regexident/cargo-modules arch = x86_64 license = MPL2 depends = cargo - source = cargo-modules-0.21.0.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.21.0.tar.gz - sha256sums = 8254f715f557e56e054c30b005ccddf0a110d56585dd00833b29934c1520e4b6 + source = cargo-modules-0.21.1.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.21.1.tar.gz + sha256sums = 8c981980110e38d7b94ea51cebdb07917e3adf8c26b23df26d9e6d25618ae783 pkgname = cargo-modules ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: cyqsimon <28627918+cyqsi...@users.noreply.github.com> pkgname=cargo-modules -pkgver=0.21.0 +pkgver=0.21.1 pkgrel=1 pkgdesc="A cargo plugin for showing an overview of a crate's modules" arch=('x86_64') @@ -10,7 +10,7 @@ url="https://github.com/regexident/cargo-modules" license=('MPL2') depends=('cargo') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('8254f715f557e56e054c30b005ccddf0a110d56585dd00833b29934c1520e4b6') +sha256sums=('8c981980110e38d7b94ea51cebdb07917e3adf8c26b23df26d9e6d25618ae783') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/04ec973f036d25ab08f25cb9a16f7975bfe0da0e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/04ec973f036d25ab08f25cb9a16f7975bfe0da0e You're receiving this email because of your account on gitlab.archlinux.org.