From dfbc47abf500680c92bd7010b07c472c7dea7031 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 4 Dec 2018 18:56:35 +0100 Subject: [PATCH] tmate: remove custom update check --- srcpkgs/tmate/update | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 srcpkgs/tmate/update diff --git a/srcpkgs/tmate/update b/srcpkgs/tmate/update deleted file mode 100644 index 6f210e3f87f..00000000000 --- a/srcpkgs/tmate/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://api.github.com/repos/tmate-io/tmate/releases" -pattern='"tag_name":\s*"\K[\d.a-z]+(?=")'