Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
cocogitto
Commits:
b5c3bb9f by Caleb Maclennan at 2026-03-04T12:28:29+03:00
upgpkg: 7.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cocogitto
pkgdesc = Set of CLI tools for the conventional commit and semver
specifications
- pkgver = 6.5.0
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/cocogitto/cocogitto
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = cocogitto
depends = gcc-libs
depends = libgit2
depends = zlib
- source =
https://github.com/cocogitto/cocogitto/archive/6.5.0/cocogitto-6.5.0.tar.gz
- sha256sums =
b807f6201dcbebbd97e0e8e34d8f2f14885b1b1c529b465463fe7a4dc8209ff5
+ source =
https://github.com/cocogitto/cocogitto/archive/7.0.0/cocogitto-7.0.0.tar.gz
+ sha256sums =
cc00dacf1dd12b63976b0ca3c4ec383f902a95ed148968ccd35d9a174f66966f
pkgname = cocogitto
depends = git
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=cocogitto
_pkgname=cog
-pkgver=6.5.0
+pkgver=7.0.0
pkgrel=1
pkgdesc='Set of CLI tools for the conventional commit and semver
specifications'
arch=(x86_64)
@@ -16,7 +16,7 @@ depends=(git # libc.so libm.so
makedepends=(cargo)
_archive="$pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('b807f6201dcbebbd97e0e8e34d8f2f14885b1b1c529b465463fe7a4dc8209ff5')
+sha256sums=('cc00dacf1dd12b63976b0ca3c4ec383f902a95ed148968ccd35d9a174f66966f')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cocogitto/-/commit/b5c3bb9f033087ef9f9dab09209871725efb0332
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cocogitto/-/commit/b5c3bb9f033087ef9f9dab09209871725efb0332
You're receiving this email because of your account on gitlab.archlinux.org.