parent
6e848d8b5f
commit
d7a260db86
3 changed files with 7 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ _sf_composer() {
|
|||
local cur prev words cword
|
||||
_get_comp_words_by_ref -n := cur prev words cword
|
||||
|
||||
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.1")
|
||||
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.2")
|
||||
for w in ${words[@]}; do
|
||||
w=$(printf -- '%b' "$w")
|
||||
# remove quotes from typed values
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit 35cb6d47d03b0cae52dc12d686f941365b20f08b
|
||||
%global gh_commit 8d5358f147c63a3a681b002076deff8c90e0b19d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_branch 2.0-dev
|
||||
%global gh_owner composer
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
%global api_version 2.9.0
|
||||
%global run_version 2.2.2
|
||||
|
||||
%global upstream_version 2.9.1
|
||||
%global upstream_version 2.9.2
|
||||
#global upstream_prever RC1
|
||||
#global upstream_lower rc1
|
||||
|
||||
|
|
@ -214,6 +214,9 @@ php -r '
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 2.9.2-1
|
||||
- update to 2.9.2
|
||||
|
||||
* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 2.9.1-1
|
||||
- update to 2.9.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (composer-2.9.1-35cb6d4.tgz) = f61bd99ea61a7748ba6b5607b88c734006d2be906552e0e94c74c74071b3f5078cc2e8cf619e227d90c1dd3a9ee2e89ba525024239fa160a6cdbbc4494441b36
|
||||
SHA512 (composer-2.9.2-8d5358f.tgz) = 22b61191ebef87c12ab9791e94055a522ea31e0bc4723db1572ea07b3ab30b90f17786511f8a798df07ff4b0719b1a1409cb2ce8da76a14b77bf65c84273f93d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue