From 38c9e5cc1ee7e0ffc3148e40ffe173c9cda74666 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 23 Jan 2017 12:09:56 +0100 Subject: [PATCH] cups: ignore beta releases --- srcpkgs/cups/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cups/update b/srcpkgs/cups/update index 6bb4a20c511..73d2de0ea75 100644 --- a/srcpkgs/cups/update +++ b/srcpkgs/cups/update @@ -1,2 +1,2 @@ site=https://github.com/apple/cups/releases -ignore="*rc*" +ignore="*b* *rc*"