Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / release-plz
Commits: 84e629ea by Orhun Parmaksız at 2024-12-08T10:01:39+03:00 upgpkg: 0.3.111-1: upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = release-plz pkgdesc = Release Rust packages without using the command line - pkgver = 0.3.110 + pkgver = 0.3.111 pkgrel = 1 url = https://github.com/MarcoIeni/release-plz arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = release-plz depends = openssl optdepends = cargo-semver-checks: check for API breaking changes options = !lto - source = release-plz-0.3.110::git+https://github.com/MarcoIeni/release-plz.git#commit=fbcccc4d4fff2f8b9ee7ab8dac11fd1201888e4f - sha512sums = 71a410e59af5ac8f83a592cf58b915c26cb902e2368bb7ecf64d2572c5a878327d1b5a4db5e7a4094925081f3bed4b08cc39ed8d2008d6ebffd0610bd1826b81 + source = release-plz-0.3.111::git+https://github.com/MarcoIeni/release-plz.git#commit=76175590af6e45a8bf60043a6ce1d1a413ca0b9c + sha512sums = 4ba168ce53365c50867aa2a1d4c43f9153213c9b200ac2ea86de6b10f227c2510d1ff8f0509c38b3919f06382794c9710d7e57b2384d520da5b1532f16857952 pkgname = release-plz ===================================== PKGBUILD ===================================== @@ -1,9 +1,9 @@ # Maintainer: Orhun Parmaksız <or...@archlinux.org> pkgname=release-plz -pkgver=0.3.110 +pkgver=0.3.111 pkgrel=1 -_commit=fbcccc4d4fff2f8b9ee7ab8dac11fd1201888e4f +_commit=76175590af6e45a8bf60043a6ce1d1a413ca0b9c pkgdesc="Release Rust packages without using the command line" arch=('x86_64') url="https://github.com/MarcoIeni/release-plz" @@ -12,7 +12,7 @@ depends=('gcc-libs' 'curl' 'libgit2' 'openssl') makedepends=('cargo' 'git') optdepends=('cargo-semver-checks: check for API breaking changes') source=("$pkgname-$pkgver::git+$url.git#commit=$_commit") -sha512sums=('71a410e59af5ac8f83a592cf58b915c26cb902e2368bb7ecf64d2572c5a878327d1b5a4db5e7a4094925081f3bed4b08cc39ed8d2008d6ebffd0610bd1826b81') +sha512sums=('4ba168ce53365c50867aa2a1d4c43f9153213c9b200ac2ea86de6b10f227c2510d1ff8f0509c38b3919f06382794c9710d7e57b2384d520da5b1532f16857952') options=('!lto') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/84e629ea692895ce2296c6db3c0b887cea96e1d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/release-plz/-/commit/84e629ea692895ce2296c6db3c0b887cea96e1d7 You're receiving this email because of your account on gitlab.archlinux.org.