diff options
Diffstat (limited to '')
-rw-r--r-- | print/hplip-plugin/Makefile | 4 | ||||
-rw-r--r-- | print/hplip/Makefile | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index fa0df9186d59..f3663d7d4ee1 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -1,7 +1,9 @@ PORTNAME= hplip-plugin PORTVERSION= 3.24.4 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= https://developers.hp.com/sites/default/files/ +MASTER_SITES= https://developers.hp.com/sites/default/files/ \ + https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ DISTNAME= hplip-${DISTVERSION}-plugin EXTRACT_SUFX= .run diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 51fe9e41dfa9..d52a78fb5cd8 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -1,6 +1,6 @@ PORTNAME= hplip PORTVERSION= 3.24.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF |