Browse Source

fix URLs

master
parent
commit
4c34c94d86
  1. 8
      pdfsam/pdfsam.spec

8
pdfsam/pdfsam.spec

@ -36,10 +36,10 @@ Class: EVAL
Group: Postscript Group: Postscript
License: GPL License: GPL
Version: %{V_opkg} Version: %{V_opkg}
Release: 20181010 Release: 20200128
# list of sources # list of sources
Source0: http://download.sourceforge.net/pdfsam/pdfsam-%{V_dist}-bin.zip Source0: https://github.com/torakiki/pdfsam/releases/download/v%{version}/pdfsam-%{version}-bin.zip
Source1: pdfsam.sh Source1: pdfsam.sh
# build information # build information
@ -57,8 +57,8 @@ PreReq: OpenPKG, openpkg >= 20160101, java, JAVA-JDK
%track %track
prog pdfsam = { prog pdfsam = {
version = %{V_dist} version = %{V_dist}
url = http://sourceforge.net/projects/pdfsam/files/ url = https://github.com/torakiki/pdfsam/releases
regex = PDFsam-(__VER__)-bin\.zip regex = pdfsam-(3\.\d+\.\d+)-bin\.zip
} }
%prep %prep

Loading…
Cancel
Save