summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-15 11:23:08 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-15 11:23:08 -0400
commit36ca79c9c3984f214d7df6e464eb017a381938b5 (patch)
treec88113adc5d32e740c558b6d7373e2024a3a3072 /waterfox
parentwf 2021.06 rc1 (diff)
downloadstackrpms-36ca79c9c3984f214d7df6e464eb017a381938b5.tar.gz
stackrpms-36ca79c9c3984f214d7df6e464eb017a381938b5.tar.bz2
stackrpms-36ca79c9c3984f214d7df6e464eb017a381938b5.zip
add copr location of wf-fbsd-patches tar xz
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 5364c80..b7d6799 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -182,7 +182,10 @@ Source0: %{vc_url}/archive/%{version}-%{branch}/%{name}-%{version}-%{bran
# https://www.freshports.org/www/waterfox
# rev=revision ./waterfox-FreeBSD-patches-snapshot.sh
# https://github.com/MrAlex94/Waterfox/issues/1220
-Source600: https://dl.bintray.com/phantomx/tarballs/%{freebsd_root}.tar.xz
+# stackrpms, 4
+# for revision freebsd_rev 20191102 we need to use somewhere else because the dl.bintray.com file is not available to me
+# found in builder-live.log.gz from chinfo copr waterfox build
+Source600: https://copr-dist-git.fedorainfracloud.org/repo/pkgs/phantomx/chinforpms/waterfox/%{freebsd_root}.tar.xz/md5/e28455f630158a06d82cad5662d3f9b9/%{freebsd_root}.tar.xz
Source601: patch-bug1321069
Source602: patch-bug1381815
bgstack15