Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
619ebbd3
Commit
619ebbd3
authored
Mar 23, 2021
by
saltedcoffii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix wp_cli
parent
d54dae9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packages/wp_cli.rb
packages/wp_cli.rb
+1
-1
No files found.
packages/wp_cli.rb
View file @
619ebbd3
...
...
@@ -12,7 +12,7 @@ class Wp_cli < Package
depends_on
'php74'
unless
File
.
exists?
"
#{
CREW_PREFIX
}
/bin/php"
def
self
.
build
system
"
wget
https://github.com/wp-cli/wp-cli/releases/download/v
#{
version
}
/wp-cli-
#{
version
}
.phar"
system
"
curl -#LO
https://github.com/wp-cli/wp-cli/releases/download/v
#{
version
}
/wp-cli-
#{
version
}
.phar"
abort
'Checksum mismatch. :/ Try again.'
.
lightred
unless
Digest
::
SHA256
.
hexdigest
(
File
.
read
(
"wp-cli-
#{
version
}
.phar"
)
)
==
'139dcc86ed39ef751679efbdaf57a53528f1afda972c4e3622667cc27397b540'
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment