Commit 42077505 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update cabextract from 1.6 to 1.9.1 (#3549)

Tested on ARM.
parent 70d6b269
...@@ -3,25 +3,17 @@ require 'package' ...@@ -3,25 +3,17 @@ require 'package'
class Cabextract < Package class Cabextract < Package
description 'cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files.' description 'cabextract is Free Software for extracting Microsoft cabinet files, also called .CAB files.'
homepage 'https://www.cabextract.org.uk/' homepage 'https://www.cabextract.org.uk/'
version '1.6' version '1.9.1'
source_url 'https://www.cabextract.org.uk/cabextract-1.6.tar.gz' source_url 'https://www.cabextract.org.uk/cabextract-1.9.1.tar.gz'
source_sha256 'cee661b56555350d26943c5e127fc75dd290b7f75689d5ebc1f04957c4af55fb' source_sha256 'afc253673c8ef316b4d5c29cc4aa8445844bee14afffbe092ee9469405851ca7'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/cabextract-1.6-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/cabextract-1.6-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/cabextract-1.6-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/cabextract-1.6-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '2b80539b495ab1ed9a023da2b2d87310b1c58ceae177e6c541b93ccd77901517',
armv7l: '2b80539b495ab1ed9a023da2b2d87310b1c58ceae177e6c541b93ccd77901517',
i686: '77ce30a3079c392ca49760076c1efc99ceebaee932178434f8004a0bccee9a00',
x86_64: '75095476870a5fa3b4cb1d291f336b8132727ffbca7c35e0424aa2ccb38c4afd',
}) })
def self.build def self.build
system './configure' system './configure', "--prefix=#{CREW_PREFIX}"
system 'make' system 'make'
end end
......
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