Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / cargo-modules
Commits: b1832abb by Orhun Parmaksız at 2023-11-25T23:25:38+03:00 upgpkg: 0.11.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.11.0 + pkgver = 0.11.1 pkgrel = 1 url = https://github.com/regexident/cargo-modules arch = x86_64 license = MPL2 depends = cargo - source = cargo-modules-0.11.0.tar.gz::https://github.com/regexident/cargo-modules/archive/0.11.0.tar.gz - sha256sums = 35c0c08cb2cc062f1a2b09570fa21f8d12848fd8ffb6c02ec9fca7a3a17218fb + source = cargo-modules-0.11.1.tar.gz::https://github.com/regexident/cargo-modules/archive/0.11.1.tar.gz + sha256sums = d155c19a88cb14610db85b593b625db0812c9c191e9dc33af7e42d1125846c6c pkgname = cargo-modules ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: cyqsimon <28627918+cyqsi...@users.noreply.github.com> pkgname=cargo-modules -pkgver=0.11.0 +pkgver=0.11.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/$pkgver.tar.gz") -sha256sums=('35c0c08cb2cc062f1a2b09570fa21f8d12848fd8ffb6c02ec9fca7a3a17218fb') +sha256sums=('d155c19a88cb14610db85b593b625db0812c9c191e9dc33af7e42d1125846c6c') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/b1832abb98d1539f3ad1b69fd4e5c8c8c889386c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/b1832abb98d1539f3ad1b69fd4e5c8c8c889386c You're receiving this email because of your account on gitlab.archlinux.org.