Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
6275226e by Caleb Maclennan at 2024-11-21T11:39:38+03:00
upgpkg: 1.37.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.36.0
+ pkgver = 1.37.0
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source =
just-1.36.0.tar.gz::https://github.com/casey/just/archive/1.36.0.tar.gz
- sha256sums =
bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0
+ source =
just-1.37.0.tar.gz::https://github.com/casey/just/archive/1.37.0.tar.gz
+ sha256sums =
13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2
pkgname = just
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.36.0
+pkgver=1.37.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=('bc2e2ff0268c2818659c524b21663564864b50ba102afb0a44fe73c08cf35ff0')
+sha256sums=('13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/6275226eb4ae8303c0f57f3953e7ec4783051c27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/6275226eb4ae8303c0f57f3953e7ec4783051c27
You're receiving this email because of your account on gitlab.archlinux.org.