From 8d91ccdc2f76a73327c2c0c04f15d1b0fa032f9c Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 25 Apr 2019 20:31:12 -0300 Subject: [PATCH] testing/wifish: fix url= --- testing/wifish/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/wifish/APKBUILD b/testing/wifish/APKBUILD index bd24d4734f2..cae41c33c87 100644 --- a/testing/wifish/APKBUILD +++ b/testing/wifish/APKBUILD @@ -1,9 +1,9 @@ # Maintainer: Leo pkgname=wifish pkgver=1.1.4 -pkgrel=0 +pkgrel=1 pkgdesc="Simple wifi menu tool for wpa_supplicant" -url="http://github.com/bougyman/wifish" +url="https://github.com/bougyman/wifish" options="!check" # Tests require running wpa_supplicant instance with wpa_cli arch="noarch" license="WTFPL"