Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
nushell
Commits:
2b7d3fb0 by Caleb Maclennan at 2024-10-21T13:34:10+03:00
upgpkg: 0.99.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nushell
pkgdesc = A new type of shell
- pkgver = 0.99.0
+ pkgver = 0.99.1
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.0
- sha256sums =
a7a9bf1348a310734c79fbe006c84c937580e93f248a761d4e0695e65c331237
+ source = git+https://github.com/nushell/nushell.git#tag=0.99.1
+ sha256sums =
57fc0232f85ea2b16f3c2d56e40f1088d04f150d0adab99e32ee1e1fd7d894be
pkgname = nushell
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Bumsik Kim <[email protected]>
pkgname=nushell
-pkgver=0.99.0
+pkgver=0.99.1
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=('a7a9bf1348a310734c79fbe006c84c937580e93f248a761d4e0695e65c331237')
+sha256sums=('57fc0232f85ea2b16f3c2d56e40f1088d04f150d0adab99e32ee1e1fd7d894be')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/2b7d3fb05093fc30ce868568f133b9b126cef62a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nushell/-/commit/2b7d3fb05093fc30ce868568f133b9b126cef62a
You're receiving this email because of your account on gitlab.archlinux.org.