Skip to content

Commit

Permalink
Edit formula: Fix jextract metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Aug 26, 2024
1 parent b66b3f3 commit 7bdb685
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/jextract.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
class Jextract < Formula
desc "Jextract mechanically generates Java bindings from native library headers."
desc "Mechanically generates Java bindings from native library headers"
homepage "https://jdk.java.net/jextract/"
version "22"
license "gplv2+ce"
license "GPL-2.0-with-classpath-exception"
on_macos do
on_arm do
url "https://download.java.net/java/early_access/jextract/22/5/openjdk-22-jextract+5-33_macos-aarch64_bin.tar.gz"
Expand Down

0 comments on commit 7bdb685

Please sign in to comment.