Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-modules
Commits: 40fb2e68 by Orhun Parmaksız at 2024-11-02T09:06:17+03:00 upgpkg: 0.19.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.19.0 + pkgver = 0.19.1 pkgrel = 1 url = https://github.com/regexident/cargo-modules arch = x86_64 license = MPL2 depends = cargo - source = cargo-modules-0.19.0.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.19.0.tar.gz - sha256sums = 347ecad59c0072f27fd903493ad666e86a2fe1d21da929df82ead96093ba436d + source = cargo-modules-0.19.1.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.19.1.tar.gz + sha256sums = 3e5144755dea497aff68ba6cefb2a8bd7284c76f5a95b0943592ed0e4e7d2706 pkgname = cargo-modules ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: cyqsimon <28627918+cyqsi...@users.noreply.github.com> pkgname=cargo-modules -pkgver=0.19.0 +pkgver=0.19.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=('347ecad59c0072f27fd903493ad666e86a2fe1d21da929df82ead96093ba436d') +sha256sums=('3e5144755dea497aff68ba6cefb2a8bd7284c76f5a95b0943592ed0e4e7d2706') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/40fb2e6834a3958b3b7c2ea48f3b474d7a9b5220 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/40fb2e6834a3958b3b7c2ea48f3b474d7a9b5220 You're receiving this email because of your account on gitlab.archlinux.org.