Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
875f9508
Commit
875f9508
authored
Jan 06, 2019
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuild mosh due to protobuf update
Add pre-built binaries
parent
5f77dcd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
packages/mosh.rb
packages/mosh.rb
+9
-9
No files found.
packages/mosh.rb
View file @
875f9508
...
...
@@ -3,21 +3,21 @@ require '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.'
homepage
'https://mosh.org/'
version
'1.3.2-
1
'
version
'1.3.2-
2
'
source_url
'https://mosh.org/mosh-1.3.2.tar.gz'
source_sha256
'da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
1
-chromeos-x86_64.tar.xz'
,
aarch64:
'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-
2
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
2
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/mosh-1.3.2-
2
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'b
98ebedc1c978037c92c5451c9d86813ce1a848b43555bfa9543402b76621add
'
,
armv7l:
'b
98ebedc1c978037c92c5451c9d86813ce1a848b43555bfa9543402b76621add
'
,
i686:
'
21cb3549ab894dbec38bac38633063193dc5e2f26e264ea72bb4e99b81a54831
'
,
x86_64:
'
9b05290bdd93cde4f76b569407f87f4bfe05038bd5f6f323c3f35b6cf1d57e79
'
,
aarch64:
'b
ce0bb81f48ebe684f46f9dc3271288bd4db39563ac905e97b91ef332bf9e496
'
,
armv7l:
'b
ce0bb81f48ebe684f46f9dc3271288bd4db39563ac905e97b91ef332bf9e496
'
,
i686:
'
53611e546ecbcb1c6f1e5055d54b3119489a1d31756900d6c312e67687068af5
'
,
x86_64:
'
fb66808fe08846e07443851e0b66ec638aa2fdd18b8308bf219b05c0f02c5bce
'
,
})
depends_on
'protobuf'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment