summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Rødseth2022-10-27 21:18:40 +0000
committerAlexander Rødseth2022-10-27 21:18:40 +0000
commita04748ed7a2776c364319b038469cb587f0663b0 (patch)
tree97b6a4202ba96193cdce90a8602760dab57fd224 /PKGBUILD
parent04fba061afae7f5e2b9120f643243da05f2deb89 (diff)
downloadaur-a04748ed7a2776c364319b038469cb587f0663b0.tar.gz
upgpkg: 1.4.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afeb2818587d..00d2cc873ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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: