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