v2.0.20
This commit is contained in:
parent
3cebcf26f6
commit
344facb219
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@ clog
|
|||
/php-phpseclib-2.0.17-3ca5b88.tgz
|
||||
/php-phpseclib-2.0.18-6051900.tgz
|
||||
/php-phpseclib-2.0.19-d2085db.tgz
|
||||
/php-phpseclib-2.0.20-d6819a5.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit d2085db7b7394baa071a69c8f9159723c250f2ba
|
||||
%global github_commit d6819a55b05e123db1e881d8b230d57f912126be
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.19
|
||||
Version: 2.0.20
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 25 2019 Remi Collet <remi@remirepo.net> - 2.0.20-1
|
||||
- update to 2.0.20
|
||||
|
||||
* Fri Jun 21 2019 Remi Collet <remi@remirepo.net> - 2.0.19-1
|
||||
- update to 2.0.19
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.19-d2085db.tgz) = 49c62eea531b0ebd45777d27302624a6bda21c1d515d0bd49a5d22c83931255dc0bd0d036e296db244262b37e5398c693691cef08212bca8e43a5f3209c4d30d
|
||||
SHA512 (php-phpseclib-2.0.20-d6819a5.tgz) = b9e0c50023d680d3db1e9a33a46c7c61a51ded77bef8e2deefcd12b6fa2e597b89f016e409be8d53cead6c9d6100863044bdceb0e106b18c2dbfc064e4a0e7ac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue