From 3ed31a1a9361eea48127de1b98920186b078059e Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 25 Mar 2017 10:27:03 +0100 Subject: [PATCH] upgrading package: apache-pubtkt 0.9 -> 0.11 --- apache-pubtkt/apache-pubtkt.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apache-pubtkt/apache-pubtkt.spec b/apache-pubtkt/apache-pubtkt.spec index 0b90f1d478..057a72fed4 100644 --- a/apache-pubtkt/apache-pubtkt.spec +++ b/apache-pubtkt/apache-pubtkt.spec @@ -31,11 +31,11 @@ Distribution: OpenPKG Community Class: EVAL Group: Web License: BSD-style -Version: 0.9 -Release: 20160305 +Version: 0.11 +Release: 20170325 # list of sources -Source0: http://neon1.net/mod_auth_pubtkt/mod_auth_pubtkt-%{version}.tar.gz +Source0: https://github.com/manuelkasper/mod_auth_pubtkt/archive/v%{version}.tar.gz Source1: apache-pubtkt.conf # build information @@ -50,8 +50,8 @@ PreReq: OpenPKG, openpkg >= 20160101, apache %track prog apache-pubtkt = { version = %{version} - url = https://neon1.net/mod_auth_pubtkt/download.html - regex = mod_auth_pubtkt-(__VER__)\.tar\.gz + url = https://github.com/manuelkasper/mod_auth_pubtkt/releases + regex = v(__VER__)\.tar\.gz } %prep