Browse Source

upgrading package: botan 1.10.0 -> 1.10.1

master
parent
commit
68559b54cc
  1. 6
      botan/botan.spec

6
botan/botan.spec

@ -23,7 +23,7 @@
# package version
%define V_major 1.10
%define V_minor 0
%define V_minor 1
# package information
Name: botan
@ -36,7 +36,7 @@ Class: EVAL
Group: Cryptography
License: BSD
Version: %{V_major}.%{V_minor}
Release: 20110625
Release: 20110731
# list of sources
Source0: http://files.randombit.net/botan/v%{V_major}/Botan-%{version}.tgz
@ -53,7 +53,7 @@ PreReq: OpenPKG, openpkg >= 20060823
%track
prog botan = {
version = %{version}
url = http://botan.randombit.net/download.php
url = http://botan.randombit.net/download.html
regex = Botan-(__VER__)\.tgz
}

Loading…
Cancel
Save