Commit 001dc399 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #4872 from uberhacker/add-pre-built-binaries-bluefish-homebank

Add pre-built binaries for bluefish and homebank
parents dba16e68 e8660ef8
......@@ -8,6 +8,19 @@ class Bluefish < Package
source_url 'https://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.12.tar.gz'
source_sha256 '948fc2921f0a67a7ce811220093a3b3dfc8021a6e3005f549373cd3402ee0f26'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/bluefish-2.2.12-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/bluefish-2.2.12-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/bluefish-2.2.12-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/bluefish-2.2.12-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '6e769339832399c45018d072a2c906c00025b16c1b4a3acd8c5ea58dafa86b3c',
armv7l: '6e769339832399c45018d072a2c906c00025b16c1b4a3acd8c5ea58dafa86b3c',
i686: '7f706a40177c68674b55fe19f25dbe91100fb08525b0fbe69767137e7db247ff',
x86_64: '5ecc4aae82c14977ac46419fedbe4f298ca9e4e979d9ccca3c641dd6b298721c',
})
depends_on 'enchant'
depends_on 'gtk3'
depends_on 'gnome_icon_theme'
......
......@@ -7,6 +7,19 @@ class Homebank < Package
compatibility 'all'
source_url 'http://homebank.free.fr/public/homebank-5.4.3.tar.gz'
source_sha256 '9222d7ed7cc44fcfff3f1fe20935a1b7fe91bb4d9f90003cb3c6f3b893298d0b'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/homebank-5.4.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/homebank-5.4.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/homebank-5.4.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/homebank-5.4.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '9d0b46459cfd423490481d5e136a1adcdd5c0e7f4de21f789e6d12285f88208b',
armv7l: '9d0b46459cfd423490481d5e136a1adcdd5c0e7f4de21f789e6d12285f88208b',
i686: 'cecfc9b0b8e6952ab81ab38213c648a4c475843b264f55fa0067163a533108e9',
x86_64: 'c8d1b25d778c7bfbecc9b2704e1e5d166213be5d6fe760c624f1adf86df327de',
})
depends_on 'libofx'
depends_on 'libsoup'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment