Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
6eef1810 by Caleb Maclennan at 2023-12-24T21:35:08+03:00
upgpkg: 1.18.1-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.17.0
+ pkgver = 1.18.1
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source =
just-1.17.0.tar.gz::https://github.com/casey/just/archive/1.17.0.tar.gz
- sha256sums =
1306a4906a3ee2013766e9c580bc0da3768ffe99ca7bfc33229a6ddb856c5fa5
+ source =
just-1.18.1.tar.gz::https://github.com/casey/just/archive/1.18.1.tar.gz
+ sha256sums =
a726e49c5773ad00881033f49a2f2bb1b591fe7f578f8780af49ed0cccec3e5d
pkgname = just
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.17.0
+pkgver=1.18.1
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=('1306a4906a3ee2013766e9c580bc0da3768ffe99ca7bfc33229a6ddb856c5fa5')
+sha256sums=('a726e49c5773ad00881033f49a2f2bb1b591fe7f578f8780af49ed0cccec3e5d')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/6eef18104a158688da914d3665a055b338d1b7c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/6eef18104a158688da914d3665a055b338d1b7c0
You're receiving this email because of your account on gitlab.archlinux.org.