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

GTK 4.16.7 and other updates #1490

Merged
merged 5 commits into from
Dec 2, 2024
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
4 changes: 2 additions & 2 deletions gvsbuild/projects/gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ def __init__(self):
self,
"gtk4",
prj_dir="gtk4",
version="4.16.6",
version="4.16.7",
lastversion_major=4,
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/gtk",
archive_url="https://download.gnome.org/sources/gtk/{major}.{minor}/gtk-{version}.tar.xz",
hash="db1ce6604f5f3116d7a7bfc6426aeb994b746b09d5ed4d3e24d34f7a1d6677b6",
hash="5303c7624e15a48880591b9ddd43389afba3de4fb92a219719519bb1642ce3dc",
dependencies=[
"gdk-pixbuf",
"pango",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"pango",
version="1.54.0",
version="1.55.0",
repository="https://gitlab.gnome.org/GNOME/pango",
archive_url="https://download.gnome.org/sources/pango/{major}.{minor}/pango-{version}.tar.xz",
hash="8a9eed75021ee734d7fc0fdf3a65c3bba51dfefe4ae51a9b414a60c70b2d1ed8",
hash="a2c17a8dc459a7267b8b167bb149d23ff473b6ff9d5972bee047807ee2220ccf",
dependencies=[
"ninja",
"meson",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def __init__(self):
Project.__init__(
self,
"sqlite",
version="3.47.0",
version="3.47.1",
archive_url="https://www.sqlite.org/2024/sqlite-autoconf-{major}{minor:0<3}{micro:0<3}.tar.gz",
hash="83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957",
hash="416a6f45bf2cacd494b208fdee1beda509abda951d5f47bc4f2792126f01b452",
)

def build(self):
Expand Down
2 changes: 1 addition & 1 deletion gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self):
Tool.__init__(
self,
"cargo",
version="1.82.0",
version="1.83.0",
repository="rust-lang/rust",
archive_url="https://win.rustup.rs/x86_64",
archive_filename="rustup-init.exe",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "gvsbuild"
version = "2024.11.1"
version = "2024.12.0"
description = "GTK stack for Windows"
readme = "README.md"
requires-python = "<4.0,>=3.9"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.