Date: Thursday, October 27, 2022 @ 21:18:40 Author: arodseth Revision: 1338265
upgpkg: mosh 1.4.0-1 Modified: mosh/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-27 21:18:03 UTC (rev 1338264) +++ PKGBUILD 2022-10-27 21:18:40 UTC (rev 1338265) @@ -3,8 +3,8 @@ # Contributor: Thomas Weißschuh <[email protected]> pkgname=mosh -pkgver=1.3.2 -pkgrel=18 +pkgver=1.4.0 +pkgrel=1 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=(x86_64) url='https://mosh.org/' @@ -13,7 +13,7 @@ makedepends=(git) options=(!emptydirs) source=("git+https://github.com/mobile-shell/mosh#tag=$pkgname-$pkgver") -sha512sums=('SKIP') +b2sums=('SKIP') build() { cd $pkgname @@ -29,4 +29,3 @@ } # getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog -# vim: ts=2 sw=2 et:
