Date: Wednesday, November 9, 2022 @ 06:42:12 Author: grawlinson Revision: 1346080
upgpkg: nushell 0.71.0-1; new upstream release Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-09 06:35:33 UTC (rev 1346079) +++ PKGBUILD 2022-11-09 06:42:12 UTC (rev 1346080) @@ -5,8 +5,8 @@ # Contributor: Bumsik Kim <[email protected]> pkgname=nushell -pkgver=0.70.0 -pkgrel=2 +pkgver=0.71.0 +pkgrel=1 pkgdesc='A new type of shell' arch=('x86_64') url='https://www.nushell.sh' @@ -15,7 +15,7 @@ makedepends=('git' 'rust') options=('!lto') install=nushell.install -_commit='9ef65dcd692b502d7476b1787247fae8638c2f0c' +_commit='6cc4ef6c706ebbdc5b995013e0b00f77f7a4dba7' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP')
