mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update binary_url to github in all packages (#5675)
Add gh.sh script to tools Add .gitignore Update download_binary.sh Update README.md
This commit is contained in:
@@ -11,8 +11,8 @@ class Swi_prolog < Package
|
||||
source_sha256 'f4bcc78437f9080ab089762e9e6afa7071df7f584c14999b92b9a90a4efbd7d8'
|
||||
|
||||
binary_url({
|
||||
i686: 'https://downloads.sourceforge.net/project/chromebrew/i686/swi_prolog-8.2.4-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://downloads.sourceforge.net/project/chromebrew/x86_64/swi_prolog-8.2.4-chromeos-x86_64.tar.xz'
|
||||
i686: 'https://github.com/chromebrew/binaries/raw/main/i686/swi_prolog-8.2.4-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://github.com/chromebrew/binaries/raw/main/x86_64/swi_prolog-8.2.4-chromeos-x86_64.tar.xz'
|
||||
})
|
||||
binary_sha256({
|
||||
i686: 'd8985a0a160baca9d6565d4177a43a840450ef4bb96eefae476a51ce27fec063',
|
||||
|
||||
Reference in New Issue
Block a user