Date: Tuesday, July 26, 2022 @ 23:22:44 Author: grawlinson Revision: 1258868
upgpkg: nushell 0.66.0-1; new upstream release Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-26 23:03:39 UTC (rev 1258867) +++ PKGBUILD 2022-07-26 23:22:44 UTC (rev 1258868) @@ -5,7 +5,7 @@ # Contributor: Bumsik Kim <[email protected]> pkgname=nushell -pkgver=0.65.0 +pkgver=0.66.0 pkgrel=1 pkgdesc='A new type of shell' arch=('x86_64') @@ -15,7 +15,7 @@ makedepends=('git' 'rust') options=('!lto') install="$pkgname.install" -_commit='390d06d4e7383d9fee814713bda8d1aaca858c5a' +_commit='c6cb491e776958696756cd864901810d0ab50ac3' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP')
