Skip to content

Commit

Permalink
Merge pull request #1011 from wingtk/weekly-update-2023.7.13
Browse files Browse the repository at this point in the history
Update adwaita-icon-theme, go, and cargo
  • Loading branch information
danyeaw authored Jul 17, 2023
2 parents e797814 + 9bd6f5c commit cde73a0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 166 deletions.
Empty file.
Empty file.
160 changes: 0 additions & 160 deletions gvsbuild/patches/adwaita-icon-theme/add_meson_build.patch

This file was deleted.

5 changes: 2 additions & 3 deletions gvsbuild/projects/adwaita_icon_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ def __init__(self):
Meson.__init__(
self,
"adwaita-icon-theme",
version="44.0",
version="45.beta",
repository="https://gitlab.gnome.org/GNOME/adwaita-icon-theme",
archive_url="https://download.gnome.org/sources/adwaita-icon-theme/{major}/adwaita-icon-theme-{version}.tar.xz",
hash="4889c5601bbfecd25d80ba342209d0a936dcf691ee56bd6eca4cde361f1a664c",
hash="8eb9fbe426cf77593154bb759e690ddc404292d4983f272ecf4d9ef9bedba312",
dependencies=[
"hicolor-icon-theme",
"librsvg",
],
patches=["add_meson_build.patch"],
)

def build(self):
Expand Down
6 changes: 3 additions & 3 deletions gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
Tool.__init__(
self,
"cargo",
version="1.70.0",
version="1.71.0",
repository="rust-lang/rust",
archive_url="https://win.rustup.rs/x86_64",
archive_file_name="rustup-init.exe",
Expand Down Expand Up @@ -211,9 +211,9 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.20.5",
version="1.20.6",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="c04a4ed73c3624d5b4c4f62e44a141549cc0bfd83a7492c31ca8b86b3752f077",
hash="b67dd7f2b4589701e53c98e348e1b4d9a7c3536dc316941172b2f0b60ae4ce5f",
dir_part="go-{version}",
)

Expand Down

0 comments on commit cde73a0

Please sign in to comment.