[arch-commits] Commit in nushell/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Wed May 25 02:24:53 UTC 2022


    Date: Wednesday, May 25, 2022 @ 02:24:52
  Author: grawlinson
Revision: 1210292

upgpkg: nushell 0.63.0-1

New upstream release.

Modified:
  nushell/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-25 00:59:20 UTC (rev 1210291)
+++ PKGBUILD	2022-05-25 02:24:52 UTC (rev 1210292)
@@ -4,17 +4,17 @@
 # Contributor: Bumsik Kim <k.bumsik at gmail.com>
 
 pkgname=nushell
-pkgver=0.62.0
+pkgver=0.63.0
 pkgrel=1
-pkgdesc="A new type of shell"
+pkgdesc='A new type of shell'
 arch=('x86_64')
-url="https://www.nushell.sh"
+url='https://www.nushell.sh'
 license=('MIT')
 depends=('openssl' 'libxcb' 'libx11' 'curl' 'bzip2')
 makedepends=('git' 'rust')
 options=('!lto')
 install="$pkgname.install"
-_commit='da104050e6dcf7fbffd41bfd4bdeae1285b7a48c'
+_commit='06cf3fa5ad8c8b1d1351c81ccea59a1f8d588dc9'
 source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit")
 b2sums=('SKIP')
 



More information about the arch-commits mailing list