bump(main/lgogdownloader): 3.18

Remove patch file which was added in upstream.
7ba719a7a5
This commit is contained in:
termux-pacman-bot
2025-11-03 19:05:04 +00:00
parent 4c7de9a374
commit aa64fc0ca0
2 changed files with 2 additions and 31 deletions

View File

@@ -1,28 +0,0 @@
From 7ba719a7a53d6025cd82f8b1c86e765285ed802b Mon Sep 17 00:00:00 2001
From: Michael Cho <michael@michaelcho.dev>
Date: Sun, 10 Aug 2025 23:50:21 -0400
Subject: [PATCH] CMake: Fix build with Boost 1.89.0
---
CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de4779f..6c7f0d2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,12 +13,13 @@ endif(USE_QT_GUI)
find_package(Boost
CONFIG
REQUIRED
- system
filesystem
regex
program_options
date_time
iostreams
+ OPTIONAL_COMPONENTS
+ system
)
find_package(CURL 7.55.0 REQUIRED)
find_package(Jsoncpp REQUIRED)

View File

@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://sites.google.com/site/gogdownloader/
TERMUX_PKG_DESCRIPTION="Open source downloader to GOG.com for Linux users using the same API as the official GOGDownloader"
TERMUX_PKG_LICENSE="WTFPL"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.17"
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="3.18"
TERMUX_PKG_SRCURL=https://github.com/Sude-/lgogdownloader/releases/download/v${TERMUX_PKG_VERSION}/lgogdownloader-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fefda26206ebb1e2a6d734b76f6f07977da150064141f29ed1f90450daf4e69e
TERMUX_PKG_SHA256=1974f09cb0e0cdfed536937335488548addd92e5c654f4229ac22594a22f8ae0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="boost, jsoncpp, libc++, libcurl, libhtmlcxx, libtinyxml2, rhash, tidy"
TERMUX_PKG_BUILD_DEPENDS="boost-headers"