Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / just
Commits: 9ab2298e by Caleb Maclennan at 2024-10-01T01:48:46+03:00 upgpkg: 1.36.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = just pkgdesc = A handy way to save and run project-specific commands - pkgver = 1.35.0 + pkgver = 1.36.0 pkgrel = 1 url = https://github.com/casey/just arch = x86_64 license = custom:CC0 makedepends = cargo depends = gcc-libs - source = just-1.35.0.tar.gz::https://github.com/casey/just/archive/1.35.0.tar.gz - sha256sums = f1ce3fe46c57cba0096227f8c9251d3b476e54e8a620eb39707d0ab3e16b8f55 + source = just-1.36.0.tar.gz::https://github.com/casey/just/archive/1.36.0.tar.gz + sha256sums = bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0 pkgname = just ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Fredy GarcĂa <frealgagu at gmail dot com> pkgname=just -pkgver=1.35.0 +pkgver=1.36.0 pkgrel=1 pkgdesc="A handy way to save and run project-specific commands" arch=("x86_64") @@ -12,7 +12,7 @@ license=("custom:CC0") depends=("gcc-libs") makedepends=("cargo") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('f1ce3fe46c57cba0096227f8c9251d3b476e54e8a620eb39707d0ab3e16b8f55') +sha256sums=('bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/9ab2298e59cebda1bccf7afe467e1bec3cb846cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/9ab2298e59cebda1bccf7afe467e1bec3cb846cc You're receiving this email because of your account on gitlab.archlinux.org.