Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-modules
Commits:
8a5a9cc2 by Orhun Parmaksız at 2024-10-12T22:34:48+02:00
upgpkg: 0.18.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.18.0
+ pkgver = 0.18.1
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
- source =
cargo-modules-0.18.0.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.18.0.tar.gz
- sha256sums =
efe66ffff87d737431ea937e87217740bea6e6c9fed4cba2c3382e8b35f51a95
+ source =
cargo-modules-0.18.1.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.18.1.tar.gz
+ sha256sums =
6d55b15e2eda699235dad35366ed0dc3059d8084bd3349719b20f1f28b2ccc9d
pkgname = cargo-modules
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: cyqsimon <[email protected]>
pkgname=cargo-modules
-pkgver=0.18.0
+pkgver=0.18.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=('efe66ffff87d737431ea937e87217740bea6e6c9fed4cba2c3382e8b35f51a95')
+sha256sums=('6d55b15e2eda699235dad35366ed0dc3059d8084bd3349719b20f1f28b2ccc9d')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/8a5a9cc26b415bdfbe6dbf759032c405c4761c3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/8a5a9cc26b415bdfbe6dbf759032c405c4761c3d
You're receiving this email because of your account on gitlab.archlinux.org.