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
149738a6
Commit
149738a6
authored
Feb 20, 2020
by
Ed Reel
Committed by
GitHub
Feb 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skype from 8.55.0.141 to 8.56.0.103 (#3816)
parent
8e7e7969
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
packages/skype.rb
packages/skype.rb
+6
-6
No files found.
packages/skype.rb
View file @
149738a6
...
@@ -3,7 +3,7 @@ require 'package'
...
@@ -3,7 +3,7 @@ require 'package'
class
Skype
<
Package
class
Skype
<
Package
description
'Skype is a telecommunications application that specializes in providing video chat and voice calls between devices'
description
'Skype is a telecommunications application that specializes in providing video chat and voice calls between devices'
homepage
'https://www.skype.com/en/'
homepage
'https://www.skype.com/en/'
version
'8.5
5.0.141
'
version
'8.5
6.0.103
'
case
ARCH
case
ARCH
when
'x86_64'
when
'x86_64'
source_url
'file:///dev/null'
source_url
'file:///dev/null'
...
@@ -11,10 +11,10 @@ class Skype < Package
...
@@ -11,10 +11,10 @@ class Skype < Package
end
end
binary_url
({
binary_url
({
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/skype-8.5
5.0.141-chromeos-x86_64.tar.xz'
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/skype-8.5
6.0.103-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
x86_64:
'
2d86530386eee57efd8a83848171d84cfefe9d1f31ebed133c699d25f074eef9'
x86_64:
'
1670a0c74ac08b224034aefbd27f3d03b89529e7168dc84ac095944a1aa93736'
,
})
})
depends_on
'alien'
=>
:build
depends_on
'alien'
=>
:build
...
@@ -23,9 +23,9 @@ class Skype < Package
...
@@ -23,9 +23,9 @@ class Skype < Package
def
self
.
build
def
self
.
build
system
'wget https://go.skype.com/skypeforlinux-64.deb'
system
'wget https://go.skype.com/skypeforlinux-64.deb'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'skypeforlinux-64.deb'
)
)
==
'
3ae2915428c94fccd7b86ee9e347812e0fd8d70c2883bb75865156e16ceecb79
'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'skypeforlinux-64.deb'
)
)
==
'
20b1b1b85c76cac9d224dccf5748cf21f954fe1a36c98fd5a7aa13d8448a1e07
'
system
'alien -t
-
c skypeforlinux-64.deb'
system
'alien -tc skypeforlinux-64.deb'
system
'tar xvf skypeforlinux-8.55.0.141.tgz'
system
"tar xvf skypeforlinux-
#{
version
}
.tgz"
end
end
def
self
.
install
def
self
.
install
...
...
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