mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Bitcoin Core 27.1 => 28.0 (#10648)
This commit is contained in:
@@ -3,18 +3,18 @@ require 'package'
|
||||
class Bitcoin_core < Package
|
||||
description 'Bitcoin Core is a full Bitcoin client and builds the backbone of the network.'
|
||||
homepage 'https://bitcoincore.org/'
|
||||
version '27.1'
|
||||
version '28.0'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
source_url({
|
||||
aarch64: 'https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-arm-linux-gnueabihf.tar.gz',
|
||||
armv7l: 'https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-arm-linux-gnueabihf.tar.gz',
|
||||
x86_64: 'https://bitcoincore.org/bin/bitcoin-core-27.1/bitcoin-27.1-x86_64-linux-gnu.tar.gz'
|
||||
aarch64: 'https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-arm-linux-gnueabihf.tar.gz',
|
||||
armv7l: 'https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-arm-linux-gnueabihf.tar.gz',
|
||||
x86_64: 'https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz'
|
||||
})
|
||||
source_sha256({
|
||||
aarch64: '83bf6da65ebac189c7e14f1e68a758b32b8f83558b36b53a8cc8037c674ab045',
|
||||
armv7l: '83bf6da65ebac189c7e14f1e68a758b32b8f83558b36b53a8cc8037c674ab045',
|
||||
x86_64: 'c9840607d230d65f6938b81deaec0b98fe9cb14c3a41a5b13b2c05d044a48422'
|
||||
aarch64: 'e004b7910bedd6dd18b6c52b4eef398d55971da666487a82cd48708d2879727e',
|
||||
armv7l: 'e004b7910bedd6dd18b6c52b4eef398d55971da666487a82cd48708d2879727e',
|
||||
x86_64: '7fe294b02b25b51acb8e8e0a0eb5af6bbafa7cd0c5b0e5fcbb61263104a82fbc'
|
||||
})
|
||||
|
||||
no_compile_needed
|
||||
@@ -23,13 +23,6 @@ class Bitcoin_core < Package
|
||||
FileUtils.mkdir_p "#{CREW_DEST_PREFIX}/etc"
|
||||
FileUtils.mv 'bin/', CREW_DEST_PREFIX
|
||||
FileUtils.mv 'share/', CREW_DEST_PREFIX
|
||||
FileUtils.mv 'include/', CREW_DEST_PREFIX
|
||||
FileUtils.mv 'bitcoin.conf', "#{CREW_DEST_PREFIX}/etc"
|
||||
if ARCH == 'x86_64'
|
||||
FileUtils.mkdir_p CREW_DEST_LIB_PREFIX
|
||||
FileUtils.mv Dir['lib/*'], CREW_DEST_LIB_PREFIX
|
||||
else
|
||||
FileUtils.mv 'lib/', CREW_DEST_PREFIX
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user