From db27d058128b8019f6af8a5de954601627f8f82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Thu, 28 Jul 2022 00:48:49 +0100 Subject: [PATCH] libgphoto2: update to 2.5.30. --- srcpkgs/libgphoto2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libgphoto2/template b/srcpkgs/libgphoto2/template index 38f5a2961a77..dc0a0fe60ed2 100644 --- a/srcpkgs/libgphoto2/template +++ b/srcpkgs/libgphoto2/template @@ -1,6 +1,6 @@ # Template file for 'libgphoto2' pkgname=libgphoto2 -version=2.5.26 +version=2.5.30 revision=1 build_style=gnu-configure configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev" @@ -13,8 +13,8 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="http://www.gphoto.org" changelog="https://raw.githubusercontent.com/gphoto/libgphoto2/master/NEWS" -distfiles="${SOURCEFORGE_SITE}/gphoto/${pkgname}-${version}.tar.bz2" -checksum=7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4 +distfiles="https://github.com/gphoto/libgphoto2/releases/download/v${version}/libgphoto2-${version}.tar.bz2" +checksum=ee61a1dac6ad5cf711d114e06b90a6d431961a6e7ec59f4b757a7cd77b1c0fb4 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libgphoto2"