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


Commits:
19fcff51 by Caleb Maclennan at 2025-01-22T23:43:37+03:00
upgpkg: 1.39.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.38.0
+       pkgver = 1.39.0
        pkgrel = 1
        url = https://github.com/casey/just
        arch = x86_64
        license = custom:CC0
        makedepends = cargo
        depends = gcc-libs
-       source = 
just-1.38.0.tar.gz::https://github.com/casey/just/archive/1.38.0.tar.gz
-       sha256sums = 
3d47e27755d39f40e1ca34bc0ef535fa514e7ed547b2af62311dcadd8bd6d564
+       source = 
just-1.39.0.tar.gz::https://github.com/casey/just/archive/1.39.0.tar.gz
+       sha256sums = 
8a900072d7f909bc91030df5896168752bb9108967dbb7149d2cfb11fdeb087a
 
 pkgname = just


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



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

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


Reply via email to