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

Update libbsd from 0.8.6 to 0.10.0 (#3423)

parent f2f8c4cc
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Libbsd < Package class Libbsd < Package
description 'This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.' description 'This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.'
homepage 'https://libbsd.freedesktop.org/wiki' homepage 'https://libbsd.freedesktop.org/wiki'
version '0.8.6-0' version '0.10.0'
source_url 'https://libbsd.freedesktop.org/releases/libbsd-0.8.6.tar.xz' source_url 'https://libbsd.freedesktop.org/releases/libbsd-0.10.0.tar.xz'
source_sha256 '467fbf9df1f49af11f7f686691057c8c0a7613ae5a870577bef9155de39f9687' source_sha256 '34b8adc726883d0e85b3118fa13605e179a62b31ba51f676136ecb2d0bc1a887'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libbsd-0.8.6-0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libbsd-0.8.6-0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libbsd-0.8.6-0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libbsd-0.8.6-0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '1a72e0121ae61b65ab0852e18d75b99cce9ec388cbc85f6b91abe20b54f0dff3',
armv7l: '1a72e0121ae61b65ab0852e18d75b99cce9ec388cbc85f6b91abe20b54f0dff3',
i686: '49ee5262620b910a24ba80bb08d6574e73cbd4da0a661f5e3464228535fdb216',
x86_64: '26f886a441e46563a0061ede5d0b0e663e76b178ff750120d14da548db26a50d',
}) })
def self.build def self.build
......
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