Skip to content

Commit ded4863

Browse files
helium-botwukko
andauthored
update: helium 0.7.8.1 (#157)
Co-authored-by: wukko <[email protected]>
1 parent 8ea913d commit ded4863

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

helium-chromium

Submodule helium-chromium updated 40 files

package/helium-bin.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 0.7.7.2
1+
%define version 0.7.8.1
22
%global debug_package %{nil}
33

44
Name: helium-bin

revision.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2
1+
1

scripts/shared.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ fetch_sources() {
9595
"${_main_repo}/utils/downloads.py" unpack -i "${_main_repo}/downloads.ini" -c "${_dl_cache}" "${_src_dir}"
9696
fi
9797

98-
"${_main_repo}/utils/downloads.py" retrieve -i "${_main_repo}/extras.ini" -c "${_dl_cache}"
99-
"${_main_repo}/utils/downloads.py" unpack -i "${_main_repo}/extras.ini" -c "${_dl_cache}" "${_src_dir}"
98+
"${_main_repo}/utils/downloads.py" retrieve -i "${_main_repo}/deps.ini" -c "${_dl_cache}"
99+
"${_main_repo}/utils/downloads.py" unpack -i "${_main_repo}/deps.ini" -c "${_dl_cache}" "${_src_dir}"
100100

101101
touch "${stamp}"
102102
}

0 commit comments

Comments
 (0)