diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-06 14:07:51 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-06 17:10:15 +0000 |
commit | 3b516609b49a621f80d2084316438d55a5cbbcaf (patch) | |
tree | c5c7805a56c9746826710ff238986e7332632da0 /testing/lxpanel | |
parent | 0ed5524b742b317bdcc9b7b26dd4033369e6c2f8 (diff) | |
download | aports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.bz2 aports-3b516609b49a621f80d2084316438d55a5cbbcaf.tar.xz |
testing: (Bulk change) Update source urls to https using HTTPS Everywhere
Diffstat (limited to 'testing/lxpanel')
-rw-r--r-- | testing/lxpanel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lxpanel/APKBUILD b/testing/lxpanel/APKBUILD index e9e0e678fa..25296b2852 100644 --- a/testing/lxpanel/APKBUILD +++ b/testing/lxpanel/APKBUILD @@ -12,7 +12,7 @@ makedepends='gtk+2.0-dev alsa-lib-dev menu-cache-dev libwnck-dev wireless-tools-dev docbook-xml docbook-xsl intltool libfm-dev linux-headers libxml2-dev keybinder-dev' subpackages="$pkgname-doc $pkgname-dev $pkgname-lang" -source="http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz +source="https://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz 10-devproc-lxpanel-0.6.2.patch" builddir="$srcdir"/${pkgname}-${pkgver} |