Commit 175e0e5e authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #3979 from uberhacker/update-mosh-package

Rebuild pre-built binaries for mosh
parents 0f31a2ac 06816d33
...@@ -3,21 +3,21 @@ require 'package' ...@@ -3,21 +3,21 @@ require 'package'
class Mosh < Package class Mosh < Package
description 'Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.' description 'Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.'
homepage 'https://mosh.org/' homepage 'https://mosh.org/'
version '1.3.2-2' version '1.3.2-3'
source_url 'https://mosh.org/mosh-1.3.2.tar.gz' source_url 'https://mosh.org/mosh-1.3.2.tar.gz'
source_sha256 'da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216' source_sha256 'da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-2-chromeos-armv7l.tar.xz', aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-2-chromeos-armv7l.tar.xz', armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-2-chromeos-i686.tar.xz', i686: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-2-chromeos-x86_64.tar.xz', x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-3-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'bce0bb81f48ebe684f46f9dc3271288bd4db39563ac905e97b91ef332bf9e496', aarch64: '206acadc595fd9645a1b1f31293774c8aaaae75f6ea3f0ae766c8915a0657c75',
armv7l: 'bce0bb81f48ebe684f46f9dc3271288bd4db39563ac905e97b91ef332bf9e496', armv7l: '206acadc595fd9645a1b1f31293774c8aaaae75f6ea3f0ae766c8915a0657c75',
i686: '53611e546ecbcb1c6f1e5055d54b3119489a1d31756900d6c312e67687068af5', i686: 'f42e4dd4f593f47faac209e289826199849480262abd2b99faf8152396bcaae7',
x86_64: 'fb66808fe08846e07443851e0b66ec638aa2fdd18b8308bf219b05c0f02c5bce', x86_64: '9851ac9520d24cfa02881eaba610cecd4e14b7a1caffb0a2c63b18eb6c745030',
}) })
depends_on 'protobuf' depends_on 'protobuf'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment