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

gexiv2 0.14.3 #175924

Merged
merged 2 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ geoserver
geph4
getmail6
gettext
gexiv2
gf
gfold
ggshield
Expand Down
5 changes: 2 additions & 3 deletions Formula/g/gexiv2.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
class Gexiv2 < Formula

Check warning on line 1 in Formula/g/gexiv2.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

`brew linkage --cached --test --strict gexiv2` failed on macOS Ventura (13)!

Indirect dependencies with linkage: gettext

Check warning on line 1 in Formula/g/gexiv2.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict gexiv2` failed on macOS Ventura (13) on Apple Silicon!

Indirect dependencies with linkage: gettext
desc "GObject wrapper around the Exiv2 photo metadata library"
homepage "https://wiki.gnome.org/Projects/gexiv2"
# release info on the website might lag behind, refer to gitlab tags for latest release info
# see discussions in https://gitlab.gnome.org/GNOME/gexiv2/-/issues/77
url "https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.2.tar.xz"
sha256 "2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be"
url "https://download.gnome.org/sources/gexiv2/0.14/gexiv2-0.14.3.tar.xz"
sha256 "21e64d2c56e9b333d44fef3f2a4b25653d922c419acd972fa96fab695217e2c8"
license "GPL-2.0-or-later"
revision 1

bottle do
rebuild 1
Expand Down
Loading