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
d1d7ee7d
Commit
d1d7ee7d
authored
Jun 25, 2020
by
Ed Reel
Committed by
GitHub
Jun 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update atom from 1.47.0 to 1.48.0 (#4130)
parent
7ff0ca69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
packages/atom.rb
packages/atom.rb
+4
-4
No files found.
packages/atom.rb
View file @
d1d7ee7d
...
@@ -3,7 +3,7 @@ require 'package'
...
@@ -3,7 +3,7 @@ require 'package'
class
Atom
<
Package
class
Atom
<
Package
description
'The hackable text editor'
description
'The hackable text editor'
homepage
'https://atom.io/'
homepage
'https://atom.io/'
version
'1.4
7
.0'
version
'1.4
8
.0'
compatibility
'x86_64'
compatibility
'x86_64'
case
ARCH
case
ARCH
when
'x86_64'
when
'x86_64'
...
@@ -17,15 +17,15 @@ class Atom < Package
...
@@ -17,15 +17,15 @@ class Atom < Package
end
end
binary_url
({
binary_url
({
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/atom-1.4
7
.0-chromeos-x86_64.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/atom-1.4
8
.0-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
x86_64:
'
d0a7efc1177865775a27f80a16ec9b8b3110cfa2695d2e1cae4b3173844c912a
'
,
x86_64:
'
0ec7fd1c4aa6c2451c02f6c294e37063b84b1bb97e921c9dee65e99c64ee19e5
'
,
})
})
def
self
.
build
def
self
.
build
system
"wget https://github.com/atom/atom/releases/download/v
#{
version
}
/atom-amd64.deb"
system
"wget https://github.com/atom/atom/releases/download/v
#{
version
}
/atom-amd64.deb"
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'atom-amd64.deb'
)
)
==
'
500117c2da4b6a2a0d1342559777c921e577aec216ecad2c04b5d800b7d460b3
'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'atom-amd64.deb'
)
)
==
'
41a717bb3749a77f1b55f9262417c5dc8cf9e22d99b5951a85d238ea575f2399
'
system
"alien -tc atom-amd64.deb"
system
"alien -tc atom-amd64.deb"
system
"tar xvf atom-
#{
version
}
.tgz"
system
"tar xvf atom-
#{
version
}
.tgz"
end
end
...
...
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