Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / committed
Commits: 2d260f65 by Caleb Maclennan at 2024-10-31T13:37:38+03:00 upgpkg: 1.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = committed pkgdesc = Nitpicking your commit history - pkgver = 1.0.20 - pkgrel = 5 + pkgver = 1.1.0 + pkgrel = 1 url = https://github.com/crate-ci/committed arch = x86_64 license = Apache-2.0 @@ -11,8 +11,8 @@ pkgbase = committed depends = glibc depends = libgit2 depends = zlib - source = https://github.com/crate-ci/committed/archive/v1.0.20/committed-1.0.20.tar.gz - sha256sums = bb89632260499ae9dbbf1b2cd43dc9d43337e75259f84f762f821b1eb358849b + source = https://github.com/crate-ci/committed/archive/v1.1.0/committed-1.1.0.tar.gz + sha256sums = 01022fd886d711bce6d758090e242232fa228d1e52a6a570aaabf75fd7c84cc6 pkgname = committed depends = gcc-libs ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=committed -pkgver=1.0.20 -pkgrel=5 +pkgver=1.1.0 +pkgrel=1 pkgdesc="Nitpicking your commit history" arch=('x86_64') url="https://github.com/crate-ci/committed" @@ -11,7 +11,7 @@ license=('Apache-2.0' 'MIT') depends=('gcc-libs' 'glibc' 'libgit2' 'zlib') makedepends=('cargo') source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('bb89632260499ae9dbbf1b2cd43dc9d43337e75259f84f762f821b1eb358849b') +sha256sums=('01022fd886d711bce6d758090e242232fa228d1e52a6a570aaabf75fd7c84cc6') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/2d260f655ea4f7ecb5f0b42197937cec8ce669b7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/committed/-/commit/2d260f655ea4f7ecb5f0b42197937cec8ce669b7 You're receiving this email because of your account on gitlab.archlinux.org.