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:
parent
c3a4997691
commit
01ca146bb8
6 changed files with 7 additions and 7 deletions
4
.github/workflows/zen-browser-sync.yml
vendored
4
.github/workflows/zen-browser-sync.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue