Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
94d14db7 by Caleb Maclennan at 2024-11-13T11:15:16+03:00
upgpkg: 0.100.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell
- pkgver = 0.99.1
+ pkgver = 0.100.0
pkgrel = 1
url = https://www.nushell.sh
install = nushell.install
@@ -13,7 +13,7 @@ pkgbase = nushell
depends = libcrypto.so
depends = libssl.so
depends = zlib
- source = git+https://github.com/nushell/nushell.git#tag=0.99.1
- sha256sums =
57fc0232f85ea2b16f3c2d56e40f1088d04f150d0adab99e32ee1e1fd7d894be
+ source = git+https://github.com/nushell/nushell.git#tag=0.100.0
+ sha256sums =
ff3bf04e71b4d16c467e038188ccde213c6f28c02fea3ac1ced85b525d41cc1b
pkgname = nushell
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Bumsik Kim <[email protected]>
pkgname=nushell
-pkgver=0.99.1
+pkgver=0.100.0
pkgrel=1
pkgdesc='A new type of shell'
arch=('x86_64')
@@ -21,7 +21,7 @@ depends=(
makedepends=('cargo' 'git')
install=nushell.install
source=("git+https://github.com/nushell/nushell.git#tag=$pkgver")
-sha256sums=('57fc0232f85ea2b16f3c2d56e40f1088d04f150d0adab99e32ee1e1fd7d894be')
+sha256sums=('ff3bf04e71b4d16c467e038188ccde213c6f28c02fea3ac1ced85b525d41cc1b')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/94d14db7ea90d5994aebeea16ed3f15c5a4d1e1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/94d14db7ea90d5994aebeea16ed3f15c5a4d1e1c
You're receiving this email because of your account on gitlab.archlinux.org.