Browse Source

upgrading package: gpgme 1.3.0 -> 1.3.1

master
parent
commit
819e90a26b
  1. 8
      gpgme/gpgme.spec

8
gpgme/gpgme.spec

@ -31,11 +31,11 @@ Distribution: OpenPKG Community
Class: PLUS
Group: Cryptography
License: GPL
Version: 1.3.0
Release: 20100117
Version: 1.3.1
Release: 20110731
# list of sources
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.gz
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2
# build information
BuildPreReq: OpenPKG, openpkg >= 20100101, gcc
@ -54,7 +54,7 @@ PreReq: gnupg, gpg-error, libassuan
prog gpgme = {
version = %{version}
url = ftp://ftp.gnupg.org/gcrypt/gpgme/
regex = gpgme-(__VER__)\.tar\.gz
regex = gpgme-(__VER__)\.tar\.bz2
}
%prep

Loading…
Cancel
Save