mosh: mark broken because checksum changed right after update

This commit is contained in:
Đoàn Trần Công Danh 2022-11-01 16:50:38 +07:00
parent 20b8bd7c7a
commit 97c7dc173e
1 changed files with 2 additions and 1 deletions

View File

@ -7,11 +7,12 @@ hostmakedepends="perl pkg-config protobuf"
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel" makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel"
depends="perl-IO-Tty" depends="perl-IO-Tty"
short_desc="Mobile shell, remote terminal application that allows roaming" short_desc="Mobile shell, remote terminal application that allows roaming"
maintainer="Nathan Owens <ndowens04@gmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://mosh.org/" homepage="https://mosh.org/"
distfiles="https://github.com/mobile-shell/mosh/releases/download/mosh-${version}/mosh-${version}.tar.gz" distfiles="https://github.com/mobile-shell/mosh/releases/download/mosh-${version}/mosh-${version}.tar.gz"
checksum=d93ec9b2b0a012f59c4b8d5902b8a70b45db01e32c7c1ef7e5acd84ecebbb95f checksum=d93ec9b2b0a012f59c4b8d5902b8a70b45db01e32c7c1ef7e5acd84ecebbb95f
broken="checksum changed, and I don't know if it's intended"
pre_configure() { pre_configure() {
# make local.test always succeed. It fails due to missing X server in chroot. # make local.test always succeed. It fails due to missing X server in chroot.