From c4512e86bb7d8ffeace79e32bb2ef34953c7f4cc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 28 Oct 2023 23:19:40 +0700 Subject: [PATCH] Fix URL. Signed-off-by: Willy Sudiarto Raharjo --- cogl/cogl.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogl/cogl.SlackBuild b/cogl/cogl.SlackBuild index 82c33d1..947f98b 100644 --- a/cogl/cogl.SlackBuild +++ b/cogl/cogl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cogl -# Copyright 2014-2022 Willy Sudiarto Raharjo +# Copyright 2014-2023 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then esac fi -wget -c https://github.com/GNOME/cogl/archive/$VERSION/$PRGNAM-$VERSION.tar.gz +wget -c https://download.gnome.org/sources/$PRGNAM/1.22/$PRGNAM-$VERSION.tar.xz CWD=$(pwd) TMP=${TMP:-/tmp/csb}