diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index da70b87630..9a12a7820b 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -9,7 +9,7 @@ SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | |||
9 | file://cups_serverbin.patch \ | 9 | file://cups_serverbin.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | UPSTREAM_CHECK_URI = "http://www.cups.org/software.php" | 12 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
13 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 13 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
14 | 14 | ||
15 | LEAD_SONAME = "libcupsdriver.so" | 15 | LEAD_SONAME = "libcupsdriver.so" |