Skip to content

Commit 57d1f53

Browse files
committed
feat: added new download links and virus scans
1 parent 7701b4d commit 57d1f53

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/pages/software/opal/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const OpalPage = () => {
178178
variant="contained"
179179
color="primary"
180180
onClick={() => {
181-
openLink('https://codedead.com/Software/Opal/Opal-1.3.1.msi');
181+
openLink('https://codedead.com/Software/Opal/Opal-1.4.0.msi');
182182
setDonateOpen(true);
183183
}}
184184
>
@@ -190,7 +190,7 @@ const OpalPage = () => {
190190
variant="contained"
191191
color="primary"
192192
onClick={() => {
193-
openLink('https://codedead.com/Software/Opal/Opal-win-portable-1.3.1.zip');
193+
openLink('https://codedead.com/Software/Opal/Opal-win-portable-1.4.0.zip');
194194
setDonateOpen(true);
195195
}}
196196
>
@@ -206,7 +206,7 @@ const OpalPage = () => {
206206
variant="contained"
207207
color="primary"
208208
onClick={() => {
209-
openLink('https://codedead.com/Software/Opal/Opal-1.3.1.dmg');
209+
openLink('https://codedead.com/Software/Opal/Opal-1.4.0.dmg');
210210
setDonateOpen(true);
211211
}}
212212
>
@@ -222,7 +222,7 @@ const OpalPage = () => {
222222
variant="contained"
223223
color="primary"
224224
onClick={() => {
225-
openLink('https://codedead.com/Software/Opal/Opal-x86_64-1.3.1.AppImage');
225+
openLink('https://codedead.com/Software/Opal/Opal-x86_64-1.4.0.AppImage');
226226
setDonateOpen(true);
227227
}}
228228
>

src/pages/software/opal/requirements/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const Requirements = () => {
9494
<Button
9595
fullWidth
9696
variant="contained"
97-
href="https://www.virustotal.com/gui/file/46dfafd0b21e5fb4a2b44050f87bfd23f9061c83a7f89bc1c5b6e75b82ad2a1e?nocache=1"
97+
href="https://www.virustotal.com/gui/file/8317601baf0b7aad708cf0bd726649443b13b96c06f77e32f2dbb352365b6b16?nocache=1"
9898
target="_blank"
9999
>
100100
Installer
@@ -103,7 +103,7 @@ const Requirements = () => {
103103
style={{ marginTop: 10 }}
104104
variant="contained"
105105
fullWidth
106-
href="https://www.virustotal.com/gui/file/233bc884d244ae0ab4bfaab46c75f00adce5905f934ad26dd5149e172ba4cc12?nocache=1"
106+
href="https://www.virustotal.com/gui/file/a4acf5443e81228cd4b5faa923f84e6a54d0105942ba31e2d69af90bc21c3173?nocache=1"
107107
target="_blank"
108108
>
109109
Portable
@@ -116,7 +116,7 @@ const Requirements = () => {
116116
<Button
117117
fullWidth
118118
variant="contained"
119-
href="https://www.virustotal.com/gui/file/29d2060315e12de0c169077275eea55fc5281fe0f4b61e9ceac77f6e8792c371?nocache=1"
119+
href="https://www.virustotal.com/gui/file/4512507469c45ff8fb8f5d544da79419582e87b18e7cdaa3de229140120c409c?nocache=1"
120120
target="_blank"
121121
>
122122
dmg
@@ -129,7 +129,7 @@ const Requirements = () => {
129129
<Button
130130
fullWidth
131131
variant="contained"
132-
href="https://www.virustotal.com/gui/file/9d7d008f94cdf13ef3e9628d2e5a671f8fc830c532c6a0af52ee5380329d2bdc?nocache=1"
132+
href="https://www.virustotal.com/gui/file/839fe1acb7ea5d9b13be2dd3eea6c18b5cea7f8b597189a221c73ca6f0b4316a?nocache=1"
133133
target="_blank"
134134
>
135135
AppImage

0 commit comments

Comments
 (0)