Skip to content

Commit b5a2421

Browse files
BrewTestBotchenrui333
authored andcommitted
libadwaita 1.6.3
libadwaita: needs libsass Signed-off-by: Rui Chen <[email protected]>
1 parent 067bbf9 commit b5a2421

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/lib/libadwaita.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libadwaita < Formula
22
desc "Building blocks for modern adaptive GNOME applications"
33
homepage "https://gnome.pages.gitlab.gnome.org/libadwaita/"
4-
url "https://download.gnome.org/sources/libadwaita/1.6/libadwaita-1.6.2.tar.xz"
5-
sha256 "7542f8354e6808dd4e9a31551bbdfc0170735e4af4d1b3e69186500ccb9c01eb"
4+
url "https://download.gnome.org/sources/libadwaita/1.6/libadwaita-1.6.3.tar.xz"
5+
sha256 "c88d4516edd1e0fc61be925f414efc340e149171756064473a082b6ae9a5dc00"
66
license "LGPL-2.1-or-later"
77

88
# libadwaita doesn't use GNOME's "even-numbered minor is stable" version
@@ -34,6 +34,7 @@ class Libadwaita < Formula
3434
depends_on "glib"
3535
depends_on "graphene"
3636
depends_on "gtk4"
37+
depends_on "libsass"
3738
depends_on "pango"
3839

3940
uses_from_macos "python" => :build

0 commit comments

Comments
 (0)