Date: Saturday, September 10, 2022 @ 09:58:38 Author: alerque Revision: 1298795
upgpkg: nushell 0.68.1-1 Modified: nushell/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-10 08:42:20 UTC (rev 1298794) +++ PKGBUILD 2022-09-10 09:58:38 UTC (rev 1298795) @@ -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.67.0 +pkgver=0.68.1 pkgrel=1 pkgdesc='A new type of shell' arch=('x86_64') @@ -14,7 +15,7 @@ makedepends=('git' 'rust') options=('!lto') install="$pkgname.install" -_commit='33674d3a98dd7510a4e4784c079dfdaecfd2e0d6' +_commit='e76b3d61deef832adce76b0f73f19131de8cbc9e' source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit") b2sums=('SKIP')
