diff options
Diffstat (limited to 'bindfs')
-rw-r--r-- | bindfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindfs/PKGBUILD b/bindfs/PKGBUILD index 65cfd53d4..4dae30648 100644 --- a/bindfs/PKGBUILD +++ b/bindfs/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url="http://bindfs.org/" license=('GPL') depends=('fuse') -source=("http://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz") +source=("https://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz") sha512sums=('b0755ad5b91cd047942094d824c6a12a684b1c8bc990f4a28170a09283c0b11ab4d8c86ca65160802610e72f1c649d7249ed87e3e29410b210271c45b6846c11') |