Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
92087e0e by Caleb Maclennan at 2024-08-29T12:15:37+03:00
upgpkg: 1.35.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.34.0
+ pkgver = 1.35.0
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source =
just-1.34.0.tar.gz::https://github.com/casey/just/archive/1.34.0.tar.gz
- sha256sums =
e9f16d28156e1a906f19b267b9fc7c8e47e8f9347c39a7095f0495d4034ce96e
+ source =
just-1.35.0.tar.gz::https://github.com/casey/just/archive/1.35.0.tar.gz
+ sha256sums =
f1ce3fe46c57cba0096227f8c9251d3b476e54e8a620eb39707d0ab3e16b8f55
pkgname = just
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.34.0
+pkgver=1.35.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=('e9f16d28156e1a906f19b267b9fc7c8e47e8f9347c39a7095f0495d4034ce96e')
+sha256sums=('f1ce3fe46c57cba0096227f8c9251d3b476e54e8a620eb39707d0ab3e16b8f55')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/92087e0eea4186e3b34be91f0073d938eb705462
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/92087e0eea4186e3b34be91f0073d938eb705462
You're receiving this email because of your account on gitlab.archlinux.org.