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

efl 1.28.0 #203968

Merged
merged 2 commits into from
Jan 12, 2025
Merged

efl 1.28.0 #203968

Changes from 1 commit
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
6 changes: 3 additions & 3 deletions Formula/e/efl.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Efl < Formula
desc "Enlightenment Foundation Libraries"
homepage "https://www.enlightenment.org"
url "https://download.enlightenment.org/rel/libs/efl/efl-1.27.0.tar.xz"
sha256 "3dfb99fbcc268c0bc797e2f83e8c503ef9de66284f40b381bb597a08185c00f4"
url "https://download.enlightenment.org/rel/libs/efl/efl-1.28.0.tar.xz"
sha256 "f09a43d6b4861be06cc0e2849c53296413d4e52c8e31f52fc95e9ea5f1c59a36"
license all_of: ["GPL-2.0-only", "LGPL-2.1-only", "BSD-2-Clause", "FTL", "zlib-acknowledgement"]
revision 2

livecheck do
url "https://download.enlightenment.org/rel/libs/efl/"
Expand Down Expand Up @@ -80,6 +79,7 @@ def install
-Dsystemd=false
-Dv4l2=false
-Dx11=false
-Dlua-interpreter=luajit
]
args << "-Dcocoa=true" if OS.mac?

Expand Down
Loading