mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Ports/citron: Use correct quote format
This commit is contained in:
parent
4d27257c45
commit
3a8e362ab0
Notes:
sideshowbarker
2024-07-16 21:42:29 +09:00
Author: https://github.com/tcl3
Commit: 3a8e362ab0
Pull-request: https://github.com/SerenityOS/serenity/pull/20604
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ depends=(
|
||||||
'pcre'
|
'pcre'
|
||||||
'sparsehash'
|
'sparsehash'
|
||||||
)
|
)
|
||||||
commit_hash=''c0bafa246bb2282125858da54e084c8085288d5c''
|
commit_hash='c0bafa246bb2282125858da54e084c8085288d5c'
|
||||||
archive_hash=''f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7''
|
archive_hash='f4d77cc8f70a59a4d495fbf0cfc8a9654742817f87c50f5b0e46eef54b5413f7'
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz $archive_hash"
|
"https://github.com/alimpfard/citron/archive/$commit_hash.tar.gz $archive_hash"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue