summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2021-08-23 10:12:42 -0400
committerAndrew Sun2021-08-23 10:12:42 -0400
commit720196b905f1a919083436d8f44bfefc6df5a5ea (patch)
tree8e7fd6783c22a0d8a3299ed41fdff8b237720ca1
parent299ac21e5d396f2948a3a07ba5f734168e348a9f (diff)
downloadaur-720196b905f1a919083436d8f44bfefc6df5a5ea.tar.gz
https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 618f791099b9..8a92ba4b2f7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-sassc
pkgdesc = C implementation of Sass CSS preprocessor (mingw-w64)
pkgver = 3.6.2
pkgrel = 1
- url = http://libsass.org/
+ url = https://libsass.org/
arch = any
license = MIT
makedepends = mingw-w64-configure
diff --git a/PKGBUILD b/PKGBUILD
index 099895150b4b..f10f14f038b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=3.6.2
pkgrel=1
pkgdesc="C implementation of Sass CSS preprocessor (mingw-w64)"
arch=('any')
-url="http://libsass.org/"
+url="https://libsass.org/"
license=('MIT')
makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt' 'mingw-w64-libsass')