libosinfo 1.6.0

Closes #42698.

Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
Caleb Xu 2019-08-01 22:44:17 -04:00 committed by Chongyu Zhu
parent e33d878113
commit e04e60c305
No known key found for this signature in database
GPG key ID: 1A43E3C9100B38F5

View file

@ -1,9 +1,8 @@
class Libosinfo < Formula
desc "The Operating System information database"
homepage "https://libosinfo.org/"
url "https://releases.pagure.org/libosinfo/libosinfo-1.5.0.tar.gz"
sha256 "bf692567983478c92bde78d454c18d6196abb032b5a77f430b09a7ef92ec6089"
revision 1
url "https://releases.pagure.org/libosinfo/libosinfo-1.6.0.tar.gz"
sha256 "3c385c1cceb46301fdc79115e7b28e3df7aa26fafce0a787a60132a86a1990c7"
bottle do
sha256 "1d028a79be8109c00e46e4339861c4fbb6e503ffce646a5057613c0b0777da58" => :mojave
@ -23,9 +22,6 @@ class Libosinfo < Formula
# avoid wget dependency
inreplace "Makefile.in", "wget -q -O", "curl -o"
# sh lives at /bin/sh on macOS, not /usr/bin/sh
inreplace "build-aux/install-sh", "#!/usr/bin/sh", "#!/bin/sh"
args = %W[
--prefix=#{prefix}
--localstatedir=#{var}