Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
cargo-modules
Commits:
91306175 by Orhun Parmaksız at 2024-05-21T21:07:42+03:00
upgpkg: 0.16.0-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.15.5
+ pkgver = 0.16.0
pkgrel = 1
url = https://github.com/regexident/cargo-modules
arch = x86_64
license = MPL2
depends = cargo
- source =
cargo-modules-0.15.5.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.15.5.tar.gz
- sha256sums =
9ab6551001f6d399f79d8f358cb3e93d29f9539d4f8742825f467da8e0a9c4a1
+ source =
cargo-modules-0.16.0.tar.gz::https://github.com/regexident/cargo-modules/archive/v0.16.0.tar.gz
+ sha256sums =
483c8cb0427116d780aa5b080e25fbcb2e7c803dc4d7e5c2ec1c3492462cfd5c
pkgname = cargo-modules
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: cyqsimon <[email protected]>
pkgname=cargo-modules
-pkgver=0.15.5
+pkgver=0.16.0
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=('9ab6551001f6d399f79d8f358cb3e93d29f9539d4f8742825f467da8e0a9c4a1')
+sha256sums=('483c8cb0427116d780aa5b080e25fbcb2e7c803dc4d7e5c2ec1c3492462cfd5c')
prepare() {
cd "$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/91306175eda6d5630b6e3d219fe544a1f4e9b4c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-modules/-/commit/91306175eda6d5630b6e3d219fe544a1f4e9b4c4
You're receiving this email because of your account on gitlab.archlinux.org.