1
0
Fork 0
mirror of https://github.com/sneexy-boi/copr.git synced 2025-07-07 16:05:30 +02:00

chore(zen-browser): Fix broken source URI

This commit is contained in:
LeMoonStar 2025-02-08 18:50:19 +01:00 committed by GitHub
parent c3a4997691
commit 01ca146bb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -35,8 +35,8 @@ jobs:
ZEN_VER_SPEC=$(echo $ZEN_VER | sed 's@-@.@g')
sed -i '0,/Version:.*/s//Version: '$ZEN_VER_SPEC'/' /home/runner/work/copr/copr/zen-browser/zen-browser.spec
sed -i '0,/Version:.*/s//Version: '$ZEN_VER_SPEC'/' /home/runner/work/copr/copr/zen-browser/zen-browser-aarch64.spec
sed -i 's@https://github.com/zen-browser/desktop/releases/download/.*@https://github.com/zen-browser/desktop/releases/download/'$ZEN_VER'/zen.linux-x86_64.tar.bz2@g' /home/runner/work/copr/copr/zen-browser/zen-browser.spec
sed -i 's@https://github.com/zen-browser/desktop/releases/download/.*@https://github.com/zen-browser/desktop/releases/download/'$ZEN_VER'/zen.linux-aarch64.tar.bz2@g' /home/runner/work/copr/copr/zen-browser/zen-browser-aarch64.spec
sed -i 's@https://github.com/zen-browser/desktop/releases/download/.*@https://github.com/zen-browser/desktop/releases/download/'$ZEN_VER'/zen.linux-x86_64.tar.xz@g' /home/runner/work/copr/copr/zen-browser/zen-browser.spec
sed -i 's@https://github.com/zen-browser/desktop/releases/download/.*@https://github.com/zen-browser/desktop/releases/download/'$ZEN_VER'/zen.linux-aarch64.tar.xz@g' /home/runner/work/copr/copr/zen-browser/zen-browser-aarch64.spec
- name: update-zen-browser-twilight-spec
id: update_twilight

View file

@ -9,7 +9,7 @@ Summary: Zen Browser
License: MPLv2.0
URL: https://github.com/zen-browser/desktop
Source0: https://github.com/zen-browser/desktop/releases/download/1.7.6b/zen.linux-aarch64.tar.bz2
Source0: https://github.com/zen-browser/desktop/releases/download/1.7.6b/zen.linux-aarch64.tar.xz
Source1: %{full_name}.desktop
Source2: policies.json
Source3: %{full_name}

View file

@ -9,7 +9,7 @@ Summary: Zen Browser
License: MPLv2.0
URL: https://github.com/zen-browser/desktop
Source0: https://github.com/zen-browser/desktop/releases/download/1.0.2-b.3/zen.linux-specific.tar.bz2
Source0: https://github.com/zen-browser/desktop/releases/download/1.0.2-b.3/zen.linux-specific.tar.xz
Source1: %{full_name}.desktop
Source2: policies.json
Source3: %{full_name}

View file

@ -9,7 +9,7 @@ Summary: Zen Browser
License: MPLv2.0
URL: https://github.com/zen-browser/desktop
Source0: https://github.com/zen-browser/desktop/releases/download/1.7.6b/zen.linux-x86_64.tar.bz2
Source0: https://github.com/zen-browser/desktop/releases/download/1.7.6b/zen.linux-x86_64.tar.xz
Source1: %{full_name}.desktop
Source2: policies.json
Source3: %{full_name}

View file

@ -10,7 +10,7 @@ Summary: Zen Browser (Twilight)
License: MPLv2.0
URL: https://github.com/zen-browser/desktop
Source0: https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.bz2
Source0: https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-aarch64.tar.xz
Source1: %{full_name}.desktop
Source2: policies.json
Source3: %{full_name}

View file

@ -10,7 +10,7 @@ Summary: Zen Browser (Twilight)
License: MPLv2.0
URL: https://github.com/zen-browser/desktop
Source0: https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.bz2
Source0: https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.xz
Source1: %{full_name}.desktop
Source2: policies.json
Source3: %{full_name}