Commit 5bfaa434 authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Merge pull request #1494 from uberhacker/update-guile-package

Update guile to include libtool as a runtime dependency
parents f8152edf 0f25ca4d
...@@ -3,25 +3,17 @@ require 'package' ...@@ -3,25 +3,17 @@ require 'package'
class Guile < Package class Guile < Package
description 'Guile is designed to help programmers create flexible applications that can be extended by users or other programmers with plug-ins, modules, or scripts.' description 'Guile is designed to help programmers create flexible applications that can be extended by users or other programmers with plug-ins, modules, or scripts.'
homepage 'http://www.gnu.org/software/guile/' homepage 'http://www.gnu.org/software/guile/'
version '2.2.3' version '2.2.3-1'
source_url 'https://ftp.gnu.org/gnu/guile/guile-2.2.3.tar.xz' source_url 'https://ftp.gnu.org/gnu/guile/guile-2.2.3.tar.xz'
source_sha256 '8353a8849cd7aa77be66af04bd6bf7a6207440d2f8722e46672232bb9f0a4086' source_sha256 '8353a8849cd7aa77be66af04bd6bf7a6207440d2f8722e46672232bb9f0a4086'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/guile-2.2.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/guile-2.2.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/guile-2.2.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/guile-2.2.3-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'f47253fa04e2f3ef1b5d5733947b743c504c8c03d7493a8c6e69d43bf9075c93',
armv7l: 'f47253fa04e2f3ef1b5d5733947b743c504c8c03d7493a8c6e69d43bf9075c93',
i686: 'c44a08a53d61e5a921fadc988a21e2e375712460e39032d113d7f00c392e4b11',
x86_64: '9b1709543ef02a249cabb77190b165e55862a31568fbb8291564e0e98aa3e01a',
}) })
depends_on 'diffutils' => :build depends_on 'diffutils' => :build
depends_on 'libtool' => :build depends_on 'libtool'
depends_on 'bdwgc' depends_on 'bdwgc'
depends_on 'libffi' depends_on 'libffi'
depends_on 'libunistring' depends_on 'libunistring'
......
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