aboutsummaryrefslogtreecommitdiffstats
path: root/community/ripmime
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-24 00:37:28 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-24 00:32:49 +0200
commit9b9f42d712f02edafa9627432f01101c9967ae00 (patch)
tree266ce7907ce243316c3adccfb0250c005e6dbd19 /community/ripmime
parentf62c3a06171fa5ba6d51dd70f2764ff0bc5172c0 (diff)
downloadaports-9b9f42d712f02edafa9627432f01101c9967ae00.tar.bz2
aports-9b9f42d712f02edafa9627432f01101c9967ae00.tar.xz
community/ripmime: fix url and source
Diffstat (limited to 'community/ripmime')
-rw-r--r--community/ripmime/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ripmime/APKBUILD b/community/ripmime/APKBUILD
index 589be6bad8..491cabb9d4 100644
--- a/community/ripmime/APKBUILD
+++ b/community/ripmime/APKBUILD
@@ -4,14 +4,14 @@ pkgname=ripmime
pkgver=1.4.0.10
pkgrel=0
pkgdesc="Tool to extract the attached files out of a MIME package"
-url="http://www.pldaniels.com/ripmime/"
+url="https://pldaniels.com/ripmime/"
arch="all"
license="BSD-3-Clause"
depends=""
makedepends=""
install=""
subpackages="$pkgname-doc"
-source="http://www.pldaniels.com/ripmime/ripmime-$pkgver.tar.gz
+source="https://pldaniels.com/ripmime/ripmime-$pkgver.tar.gz
ripmime-1.4.0.10-makefile.patch
"
builddir="$srcdir/ripmime-$pkgver"