summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGhislain Bourgeois2019-01-24 12:14:24 -0500
committerGhislain Bourgeois2019-01-24 12:14:24 -0500
commitb56185c28cfae85baa56f22c91594339c0fde7b2 (patch)
tree50af00c4c6c73778e325587e4560001ccde5333f
parentb1756b32b5a26121c17d5cc5e72f6d601179c6c4 (diff)
downloadaur-brother-hll2360d.tar.gz
Use https URLs instead of insecure http
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcdbd444d7d5..4d5e38daa2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ pkgname="brother-hll2360d"
pkgver="3.2.0_1"
pkgrel="1"
pkgdesc="Brother LPR and CUPS driver for HL-L2360DN, HL-L2360DW, HL-L2365DW"
-url="http://www.brother.com"
+url="https://www.brother.com"
license=('GPL')
arch=('i686' 'x86_64')
depends=('cups')
depends_x86_64=('lib32-glibc')
source=(brother-hll2360d.patch
- http://download.brother.com/welcome/dlf101915/hll2360dcupswrapper-${pkgver//_/-}.i386.rpm
- http://download.brother.com/welcome/dlf101914/hll2360dlpr-${pkgver//_/-}.i386.rpm)
+ https://download.brother.com/welcome/dlf101915/hll2360dcupswrapper-${pkgver//_/-}.i386.rpm
+ https://download.brother.com/welcome/dlf101914/hll2360dlpr-${pkgver//_/-}.i386.rpm)
md5sums=('c660e4907fa7594f99305c9862414c03'
'881e966395a2d67ee648046c9547031b'
'2a0e27f233d8cbb5dc8e332230db03e7')