Skip to content

Commit bf9de93

Browse files
authored
update: helium 0.10.8.1 (#238)
1 parent 6f3464c commit bf9de93

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.10.7.1
1+
%define version 0.10.8.1
22
%global debug_package %{nil}
33

44
Name: helium-bin

package/net.imput.helium.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</screenshots>
3939
<content_rating type="oars-1.1" />
4040
<releases>
41-
<release version="0.10.7.1" date="2026-03-24" />
41+
<release version="0.10.8.1" date="2026-04-01" />
4242
</releases>
4343
<developer id="net.imput">
4444
<name>imput</name>

patches/helium/linux/add-error-for-missing-desktop-file.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
#include "ui/display/screen.h"
128128
#endif
129129

130-
@@ -699,6 +700,15 @@ void AddClearBrowsingDataStrings(content
130+
@@ -700,6 +701,15 @@ void AddClearBrowsingDataStrings(content
131131
html_source->AddLocalizedStrings(kLocalizedStrings);
132132
}
133133

@@ -143,7 +143,7 @@
143143
#if !BUILDFLAG(IS_CHROMEOS)
144144
void AddDefaultBrowserStrings(content::WebUIDataSource* html_source) {
145145
static constexpr webui::LocalizedString kLocalizedStrings[] = {
146-
@@ -715,9 +725,15 @@ void AddDefaultBrowserStrings(content::W
146+
@@ -716,9 +726,15 @@ void AddDefaultBrowserStrings(content::W
147147
{"defaultBrowserMakeDefaultButton",
148148
IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON},
149149
{"defaultBrowserError", IDS_SETTINGS_DEFAULT_BROWSER_ERROR},

0 commit comments

Comments
 (0)