about summary refs log tree commit diff
path: root/pkgs/applications/misc/mupdf
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2021-12-21 13:41:57 +0100
committerFelix Buehler <account@buehler.rocks>2022-01-26 21:46:07 +0100
commited7bf9452c69251bd578c6e0f8cf536864f6fe84 (patch)
treee8ba1a462e1c7d4127eb8b594cb2a1bc5f5be9e8 /pkgs/applications/misc/mupdf
parent7801f72b4c64a0b2f4c9f6249e5833cb7fa58ebe (diff)
treewide: remove *.upstream files from updateWalker
Diffstat (limited to 'pkgs/applications/misc/mupdf')
-rw-r--r--pkgs/applications/misc/mupdf/default.upstream7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/misc/mupdf/default.upstream b/pkgs/applications/misc/mupdf/default.upstream
deleted file mode 100644
index 852233633ca57..0000000000000
--- a/pkgs/applications/misc/mupdf/default.upstream
+++ /dev/null
@@ -1,7 +0,0 @@
-url https://mupdf.com/downloads/archive/
-do_overwrite(){
-  ensure_hash
-  ensure_version
-  set_var_value version $CURRENT_VERSION
-  set_var_value sha256 $CURRENT_HASH
-}