summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-06-26 07:51:59 -0400
committerB Stack <bgstack15@gmail.com>2019-06-26 07:51:59 -0400
commit2d02086205f4c20a0d26171397f2f717b970f5c5 (patch)
tree3af8abb6e07fa3575b2d603fcedbc114f68e7679 /waterfox
parentactually disable patch 1037 (diff)
downloadstackrpms-2d02086205f4c20a0d26171397f2f717b970f5c5.tar.gz
stackrpms-2d02086205f4c20a0d26171397f2f717b970f5c5.tar.bz2
stackrpms-2d02086205f4c20a0d26171397f2f717b970f5c5.zip
WIP: try after fixed commit for pull/1037
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index f18a848..5b434eb 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -1,4 +1,4 @@
-%global commit aa2e4043f859225117d652f85b28ab4a6eb6838e
+%global commit 63b480e7462482482f6609c305cd793d938f58c0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20190621
%global with_snapshot 1
bgstack15