diff options
author | Alexander Rødseth | 2022-10-27 21:18:40 +0000 |
---|---|---|
committer | Alexander Rødseth | 2022-10-27 21:18:40 +0000 |
commit | a04748ed7a2776c364319b038469cb587f0663b0 (patch) | |
tree | 97b6a4202ba96193cdce90a8602760dab57fd224 /PKGBUILD | |
parent | 04fba061afae7f5e2b9120f643243da05f2deb89 (diff) | |
download | aur-a04748ed7a2776c364319b038469cb587f0663b0.tar.gz |
upgpkg: 1.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -3,8 +3,8 @@ # Contributor: Thomas Weißschuh <thomas_weissschuh@lavabit.com> 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 @@ depends=(libutempter openssh openssl perl-io-tty protobuf) 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 @@ package() { } # getver: raw.githubusercontent.com/mobile-shell/mosh/master/ChangeLog -# vim: ts=2 sw=2 et: |