Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
elvish
Commits:
a050ae6e by Caleb Maclennan at 2024-08-14T22:45:04+03:00
upgpkg: 0.21.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = elvish
pkgdesc = Versatile interactive shell & powerful scripting language in
one
- pkgver = 0.20.1
- pkgrel = 4
+ pkgver = 0.21.0
+ pkgrel = 1
url = https://elv.sh
install = elvish.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = elvish
makedepends = go
depends = glibc
options = !lto
- source = elvish::git+https://github.com/elves/elvish.git#tag=v0.20.1
- sha256sums =
8f2cab9dd64595b4fcdb3054911e8d6a7c6a494fa0b04dcf9fac195699a0fdcc
+ source = elvish::git+https://github.com/elves/elvish.git#tag=v0.21.0
+ sha256sums =
8d131b17181b810d52b37038664146f774160c3a298762d5ea054529a03aa5b6
pkgname = elvish
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Qi Xiao <xiaqqaix at gmail dot com>
pkgname=elvish
-pkgver=0.20.1
-pkgrel=4
+pkgver=0.21.0
+pkgrel=1
pkgdesc='Versatile interactive shell & powerful scripting language in one'
arch=('x86_64')
url="https://elv.sh"
@@ -15,7 +15,7 @@ makedepends=('git' 'go')
install="$pkgname.install"
options=('!lto')
source=("$pkgname::git+https://github.com/elves/elvish.git#tag=v$pkgver")
-sha256sums=('8f2cab9dd64595b4fcdb3054911e8d6a7c6a494fa0b04dcf9fac195699a0fdcc')
+sha256sums=('8d131b17181b810d52b37038664146f774160c3a298762d5ea054529a03aa5b6')
_variant="archlinux$pkgrel"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elvish/-/commit/a050ae6e9bb09e84fcde45805a4dfab5c8c1e326
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/elvish/-/commit/a050ae6e9bb09e84fcde45805a4dfab5c8c1e326
You're receiving this email because of your account on gitlab.archlinux.org.