Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
2ee3bcd4 by Caleb Maclennan at 2026-03-02T13:45:31+03:00
upgpkg: 0.111.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nushell
pkgdesc = A new type of shell
- pkgver = 0.110.0
- pkgrel = 2
+ pkgver = 0.111.0
+ pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = nushell
depends = libcrypto.so
depends = libssl.so
depends = zlib
- source = git+https://github.com/nushell/nushell.git#tag=0.110.0
- sha512sums =
4809352e552265a5ac62045540bf21fef3410386fc735a15c739b7dda65c589085f5e5bcc92b432bc082aea558acdcff41d1bcb7ce4d6c59dd7401c1346096d2
- b2sums =
d3f9c9e55b67b95de38064f38205192fe88d7d35b2ebe649f17f5d66e8aa0afc91e3a99207f20c0a136e70a9efbe2d20c461dfd86406f6ebed1c2c75614c2d03
+ source = git+https://github.com/nushell/nushell.git#tag=0.111.0
+ sha512sums =
75f35b851125018c22679343f38c8e7c454f89ea55778003aad4c784b9ab097f549d335896cdcb1709e7aaa38b1142bf8c02834cb93bf243203661e9791d2d63
+ b2sums =
aebe33dd446da7fd47670665f9f0195a35a5f13a3d7cf004114f27c2c1bd4ea02f017f7041daa86bf54221528fa98c8c125998ba724e8029de5dc15104168f67
pkgname = nushell
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: Bumsik Kim <[email protected]>
pkgname=nushell
-pkgver=0.110.0
-pkgrel=2
+pkgver=0.111.0
+pkgrel=1
pkgdesc='A new type of shell'
arch=(x86_64)
url='https://www.nushell.sh'
@@ -23,8 +23,8 @@ makedepends=(rust git)
checkdepends=(procps-ng)
install=nushell.install
source=("git+https://github.com/nushell/nushell.git#tag=$pkgver")
-sha512sums=('4809352e552265a5ac62045540bf21fef3410386fc735a15c739b7dda65c589085f5e5bcc92b432bc082aea558acdcff41d1bcb7ce4d6c59dd7401c1346096d2')
-b2sums=('d3f9c9e55b67b95de38064f38205192fe88d7d35b2ebe649f17f5d66e8aa0afc91e3a99207f20c0a136e70a9efbe2d20c461dfd86406f6ebed1c2c75614c2d03')
+sha512sums=('75f35b851125018c22679343f38c8e7c454f89ea55778003aad4c784b9ab097f549d335896cdcb1709e7aaa38b1142bf8c02834cb93bf243203661e9791d2d63')
+b2sums=('aebe33dd446da7fd47670665f9f0195a35a5f13a3d7cf004114f27c2c1bd4ea02f017f7041daa86bf54221528fa98c8c125998ba724e8029de5dc15104168f67')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/2ee3bcd46ecd4a39f3f96e3d4829aeef3a91bbd3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/2ee3bcd46ecd4a39f3f96e3d4829aeef3a91bbd3
You're receiving this email because of your account on gitlab.archlinux.org.