Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
just


Commits:
86912eba by Caleb Maclennan at 2024-02-12T10:39:16+03:00
upgpkg: 1.24.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.23.0
+       pkgver = 1.24.0
        pkgrel = 1
        url = https://github.com/casey/just
        arch = x86_64
        license = custom:CC0
        makedepends = cargo
        depends = gcc-libs
-       source = 
just-1.23.0.tar.gz::https://github.com/casey/just/archive/1.23.0.tar.gz
-       sha256sums = 
d0b04dc2e33628b56fa54207f7bcbd5b7a052514be50b16a70c8d6961dc232f0
+       source = 
just-1.24.0.tar.gz::https://github.com/casey/just/archive/1.24.0.tar.gz
+       sha256sums = 
28409df27f73232ccb3e1671e9ee7354a954ecf3a28f64a52b1f3d213c3a5bd5
 
 pkgname = just


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Fredy GarcĂ­a <frealgagu at gmail dot com>
 
 pkgname=just
-pkgver=1.23.0
+pkgver=1.24.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=('d0b04dc2e33628b56fa54207f7bcbd5b7a052514be50b16a70c8d6961dc232f0')
+sha256sums=('28409df27f73232ccb3e1671e9ee7354a954ecf3a28f64a52b1f3d213c3a5bd5')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/86912ebabf1e63c94870e2ec922b1875e03036c4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/86912ebabf1e63c94870e2ec922b1875e03036c4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to