Date: Wednesday, July 6, 2022 @ 10:52:43 Author: alerque Revision: 1246706
upgpkg: nushell 0.65.0-1 Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-06 10:41:16 UTC (rev 1246705) +++ PKGBUILD 2022-07-06 10:52:43 UTC (rev 1246706) @@ -1,10 +1,11 @@ # Maintainer: George Rawlinson <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> # Contributor: KokaKiwi <[email protected]> # Contributor: Felix Golatofski <[email protected]> # Contributor: Bumsik Kim <[email protected]> pkgname=nushell -pkgver=0.64.0 +pkgver=0.65.0 pkgrel=1 pkgdesc='A new type of shell' arch=('x86_64') @@ -14,7 +15,7 @@ makedepends=('git' 'rust') options=('!lto') install="$pkgname.install" -_commit='d1c719a8cc52b1cb3f60810daa8bf28e69eb6617' +_commit='390d06d4e7383d9fee814713bda8d1aaca858c5a' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP')
