diff options
author | Andrea Sacchetti Picchio <andrea dot sacchettipicchio at gmail dot com> | 2024-09-29 10:29:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-29 11:21:34 +0700 |
commit | e9993f4f81691a0c2021153328807ff7ae864f9c (patch) | |
tree | 4c65ee8e230f58151b82953b725f6075f2b1baed /multimedia | |
parent | bda91b4c81d4d3d8acb3752ac25e15803517c13d (diff) |
multimedia/w_scan_cpp: Updated for version vdr-2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/w_scan_cpp/w_scan_cpp.SlackBuild | 6 | ||||
-rw-r--r-- | multimedia/w_scan_cpp/w_scan_cpp.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild index 8851345c459a..e879c1700dc5 100644 --- a/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild +++ b/multimedia/w_scan_cpp/w_scan_cpp.SlackBuild @@ -26,10 +26,10 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=w_scan_cpp VERSION=${VERSION:-20231015} -VERSION_vdr=${VERSION_vdr:-2.6.7} +VERSION_vdr=${VERSION_vdr:-2.7.2} VERSION_satip=${VERSION_satip:-2.4.1} -VERSION_wirbelscan=${VERSION_wirbelscan:-2023.10.15} -BUILD=${BUILD:-2} +VERSION_wirbelscan=${VERSION_wirbelscan:-2024.09.15} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} diff --git a/multimedia/w_scan_cpp/w_scan_cpp.info b/multimedia/w_scan_cpp/w_scan_cpp.info index 274983379331..a3bd8e2f6952 100644 --- a/multimedia/w_scan_cpp/w_scan_cpp.info +++ b/multimedia/w_scan_cpp/w_scan_cpp.info @@ -2,13 +2,13 @@ PRGNAM="w_scan_cpp" VERSION="20231015" HOMEPAGE="https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html" DOWNLOAD="https://www.gen2vdr.de/wirbel/w_scan_cpp/w_scan_cpp-20231015.tar.bz2 \ - https://www.gen2vdr.de/wirbel/wirbelscan/vdr-wirbelscan-2023.10.15.tgz \ + https://www.gen2vdr.de/wirbel/wirbelscan/vdr-wirbelscan-2024.09.15.tgz \ https://github.com/rofafor/vdr-plugin-satip/archive/v2.4.1/vdr-plugin-satip-2.4.1.tar.gz \ - https://github.com/vdr-projects/vdr/archive/2.6.7/vdr-2.6.7.tar.gz" + https://github.com/vdr-projects/vdr/archive/2.7.2/vdr-2.7.2.tar.gz" MD5SUM="ac6bca5260c571f81648bf735c0731b8 \ - 8a012699c1dd1e6ef9b8dd2ddc60d6af \ + 902f28b7ecefbe7c9cf211c126d4d8d3 \ cd9ff5d2b47c3e55d64dbc375f84a5a7 \ - 8da42e7f522f0a5c53ec28256275688e" + 40434680b93a7c40d4df592b781eb539" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pugixml librepfunc" |