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


Commits:
a950a2d5 by Caleb Maclennan at 2024-05-14T15:29:01+03:00
upgpkg: 1.26.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.25.2
+       pkgver = 1.26.0
        pkgrel = 1
        url = https://github.com/casey/just
        arch = x86_64
        license = custom:CC0
        makedepends = cargo
        depends = gcc-libs
-       source = 
just-1.25.2.tar.gz::https://github.com/casey/just/archive/1.25.2.tar.gz
-       sha256sums = 
5a005a4de9f99b297ba7b5dc02c3365c689e579148790660384afee0810a2342
+       source = 
just-1.26.0.tar.gz::https://github.com/casey/just/archive/1.26.0.tar.gz
+       sha256sums = 
20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7
 
 pkgname = just


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Fredy GarcĂ­a <frealgagu at gmail dot com>
 
 pkgname=just
-pkgver=1.25.2
+pkgver=1.26.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=('5a005a4de9f99b297ba7b5dc02c3365c689e579148790660384afee0810a2342')
+sha256sums=('20c4109bf30590e5633ae005329508c3fa772c3d86d0994bd2f770ade02dd6a7')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/a950a2d5eeb6d2678d8fbfc89234184d5b0ef5ed
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to