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
nexedi
chromebrew
Commits
4a904897
Commit
4a904897
authored
Dec 26, 2020
by
Ed Reel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update skype from 8.65.0.78 to 8.68.76.35
parent
305ad265
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
packages/skype.rb
packages/skype.rb
+10
-3
No files found.
packages/skype.rb
View file @
4a904897
...
...
@@ -3,7 +3,7 @@ require 'package'
class
Skype
<
Package
description
'Skype is a telecommunications application that specializes in providing video chat and voice calls between devices'
homepage
'https://www.skype.com/'
version
'8.6
5.0.78
'
version
'8.6
8.76.35
'
compatibility
'x86_64'
case
ARCH
when
'x86_64'
...
...
@@ -14,10 +14,17 @@ class Skype < Package
depends_on
'sommelier'
end
binary_url
({
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/skype-8.68.76.35-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
x86_64:
'a81fe08610a71e5b3f1b9d45384c58a405ec6c94f36a88ec0dd7d257240feb26'
,
})
def
self
.
build
system
'curl https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.6
5.0.78
_amd64.deb -#o skype.deb'
system
'curl https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.6
8.76.35
_amd64.deb -#o skype.deb'
puts
"Archive downloaded"
.
lightgreen
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'skype.deb'
)
)
==
'
9026f043697d7d0783e7232701a868229d9a91e91dc0ae86509732c1c7bf0c13
'
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
'skype.deb'
)
)
==
'
701449b86ff1c10ee800cc017033c7c2e9b31023fcc1a9058590babf070ce3bb
'
system
'alien -tc skype.deb'
system
"tar xvf skypeforlinux-
#{
version
}
.tgz"
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