diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 17:30:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 17:32:28 +0000 |
commit | 9989f17a4ad4d8d29ea679ee5ac636c1cb083f6a (patch) | |
tree | 2f003c1b13dc921bd722ff8e6bae5120867690c0 | |
parent | Merging upstream version 20240916 (Closes: #1079257). (diff) | |
download | gnome-shell-extensions-extra-9989f17a4ad4d8d29ea679ee5ac636c1cb083f6a.tar.xz gnome-shell-extensions-extra-9989f17a4ad4d8d29ea679ee5ac636c1cb083f6a.zip |
Updating gnome-shell statics for version 47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index d4e74c2..264ad04 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,9 @@ #!/usr/bin/make -f -EXTENSIONS_VERSION = 46 +EXTENSIONS_VERSION = 47 GNOME_SHELL_DEPENDS_LOW = 46 -GNOME_SHELL_DEPENDS_HIGH = 47 +GNOME_SHELL_DEPENDS_HIGH = 48 %: dh ${@} --no-parallel |