v2.0.26
This commit is contained in:
parent
b7026bf6d0
commit
be5f67da40
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -23,3 +23,4 @@ clog
|
|||
/php-phpseclib-2.0.23-c78eb50.tgz
|
||||
/php-phpseclib-2.0.24-4099815.tgz
|
||||
/php-phpseclib-2.0.25-c181596.tgz
|
||||
/php-phpseclib-2.0.26-09655fc.tgz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit c18159618ed7cd7ff721ac1a8fec7860a475d2f0
|
||||
%global github_commit 09655fcc1f8bab65727be036b28f6f20311c126c
|
||||
%global github_short %(c=%{github_commit}; echo ${c:0:7})
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{composer_vendor}
|
||||
Version: 2.0.25
|
||||
Version: 2.0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
License: MIT
|
||||
|
|
@ -104,6 +104,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2020 Remi Collet <remi@remirepo.net> - 2.0.26-1
|
||||
- update to 2.0.26
|
||||
|
||||
* Tue Feb 25 2020 Remi Collet <remi@remirepo.net> - 2.0.25-1
|
||||
- update to 2.0.25
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpseclib-2.0.25-c181596.tgz) = 34db733ee23b5c4d5325941003a9811a92a36d88c6bbfcc522548a04ff926eac33a0b4dd4d0725e64824843d7925d6caf0308db761d240160b9419324b515691
|
||||
SHA512 (php-phpseclib-2.0.26-09655fc.tgz) = b96aa64420fa0cab540f7414599b78b5d097daba3de2bb5b330899e72cef14fadfd9933dd425286497132a375dd0c0ea1ca8eb33ffc0eeff7ac38b70fa649951
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue