Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

licenseplist 3.26.0 #205434

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@ libzzip
license-eye
licensed
licensefinder
licenseplist
lightgbm
lighthouse
lightning
Expand Down
23 changes: 11 additions & 12 deletions Formula/l/licenseplist.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
class Licenseplist < Formula
desc "License list generator of all your dependencies for iOS applications"
homepage "https://www.slideshare.net/mono0926/licenseplist-a-license-list-generator-of-all-your-dependencies-for-ios-applications"
url "https://github.com/mono0926/LicensePlist/archive/refs/tags/3.25.1.tar.gz"
sha256 "f78887b2043d02108fda19ac587391b88ee9c911bf6558c119b261e6d220e2b5"
url "https://github.com/mono0926/LicensePlist/archive/refs/tags/3.26.0.tar.gz"
sha256 "cf9d4060806d12981328d98c81a24c76c7a70c6716fd7a2269f3f2d23c30b6fd"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b7115ed0eea2301764e7a7c6dd95a347b6a9e4c3e1b54813e1add1a3ee3a13f6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d59a05770a35e561a0a48f7a240232b1237518da494c1936354d1fd52e3f75e4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dd8b9ca63a55d8845b131309ff91d16326142d86e5ff82326f9844c839dff249"
sha256 cellar: :any_skip_relocation, arm64_monterey: "c58f8521a81b73e152bc1ba8abedd5b3ba9bcf2d617fbeaab7bb6cdc7024390d"
sha256 cellar: :any_skip_relocation, sonoma: "14ed6bedae42146b9415df415a3720eb296146344764be30d3cc9798a6010178"
sha256 cellar: :any_skip_relocation, ventura: "1ad3a02f9aa813725a18131e09cd9c2543eb74ee97cbd24230ca87ee42e0c54b"
sha256 cellar: :any_skip_relocation, monterey: "34f8b86092a7a9dcf1e890b246b93686a07256ed014faea9060db9317e9df9a1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "774d4bba3eb81b30ffbc0ae774741c19c468f4d5ad61d2aac53328569ce9816a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fab21cc4a4a6539e7b5b68b00a82b1b47f6d156876abaa26523ad92c859b3497"
sha256 cellar: :any, arm64_ventura: "8280eb4be57b63c4bc9c4ff042742d9a3d97f266175e7fa2a6e75b5b67635856"
sha256 cellar: :any_skip_relocation, sonoma: "e6161ed3859e2579f707b57e656af4a0834c373013fa65eacee8318ca466249c"
sha256 cellar: :any, ventura: "b24b5485f266bb8651ccec6b185a5a8cc934dbe2b5a9a361f30060d16619203b"
end

depends_on xcode: ["13.3", :build]
depends_on :macos
uses_from_macos "swift" => :build

uses_from_macos "swift" => :build, since: :sonoma # swift 6.0+

def install
system "make", "install", "PREFIX=#{prefix}"
system "swift", "build", "--disable-sandbox", "--configuration", "release"
bin.install ".build/release/license-plist"
end

test do
Expand Down
Loading