osinfo-db-tools 1.6.0
This commit is contained in:
parent
13f068fd41
commit
c05e6124b6
|
@ -1,8 +1,8 @@
|
|||
class OsinfoDbTools < Formula
|
||||
desc "Tools for managing the libosinfo database files"
|
||||
homepage "https://libosinfo.org"
|
||||
url "https://releases.pagure.org/libosinfo/osinfo-db-tools-1.5.0.tar.gz"
|
||||
sha256 "f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de"
|
||||
url "https://releases.pagure.org/libosinfo/osinfo-db-tools-1.6.0.tar.gz"
|
||||
sha256 "d0d5b1196d73a7abed051be48d0e5b4aa196aac4cdbf8ddf52f57c0c492b2574"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
||||
|
@ -10,11 +10,9 @@ class OsinfoDbTools < Formula
|
|||
depends_on "glib"
|
||||
depends_on "json-glib"
|
||||
depends_on "libarchive" # need >= 3.0.0
|
||||
depends_on "libsoup"
|
||||
|
||||
def install
|
||||
# sh lives at /bin/sh on macOS, not /usr/bin/sh
|
||||
inreplace "build-aux/install-sh", "#!/usr/bin/sh", "#!/bin/sh"
|
||||
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
--disable-silent-rules
|
||||
|
|
Loading…
Reference in a new issue