apache-arrow-glib 3.0.0
Closes #69125. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>master
parent
066917a379
commit
b31c7ff6b1
|
@ -1,9 +1,9 @@
|
||||||
class ApacheArrowGlib < Formula
|
class ApacheArrowGlib < Formula
|
||||||
desc "GLib bindings for Apache Arrow"
|
desc "GLib bindings for Apache Arrow"
|
||||||
homepage "https://arrow.apache.org/"
|
homepage "https://arrow.apache.org/"
|
||||||
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-2.0.0/apache-arrow-2.0.0.tar.gz"
|
url "https://www.apache.org/dyn/closer.lua?path=arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz"
|
||||||
mirror "https://archive.apache.org/dist/arrow/arrow-2.0.0/apache-arrow-2.0.0.tar.gz"
|
mirror "https://archive.apache.org/dist/arrow/arrow-3.0.0/apache-arrow-3.0.0.tar.gz"
|
||||||
sha256 "be0342cc847bb340d86aeaef43596a0b6c1dbf1ede9c789a503d939e01c71fbe"
|
sha256 "73c2cc3be537aa1f3fd9490cfec185714168c9bfd599d23e287ab0cc0558e27a"
|
||||||
license "Apache-2.0"
|
license "Apache-2.0"
|
||||||
head "https://github.com/apache/arrow.git"
|
head "https://github.com/apache/arrow.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue