diff options
author | Samantha Baldwin <fuhsaz+alpine@cryptic.li> | 2015-08-07 21:53:24 -0400 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-10 12:56:43 +0000 |
commit | 5adcc23a56ac76b061bfe196d2f799ea91c962ca (patch) | |
tree | 87d1b39f60ab41b3867a63c4d731612fcb2dab7c /main/cryptsetup | |
parent | 63701f929b310d4cd44e72fe5d89fc7d5b1b1f96 (diff) | |
download | aports-5adcc23a56ac76b061bfe196d2f799ea91c962ca.tar.bz2 aports-5adcc23a56ac76b061bfe196d2f799ea91c962ca.tar.xz |
main/cryptsetup: update upstream url
Diffstat (limited to 'main/cryptsetup')
-rw-r--r-- | main/cryptsetup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cryptsetup/APKBUILD b/main/cryptsetup/APKBUILD index b1cd63ddb2..e777312d0f 100644 --- a/main/cryptsetup/APKBUILD +++ b/main/cryptsetup/APKBUILD @@ -3,7 +3,7 @@ pkgname=cryptsetup pkgver=1.6.7 pkgrel=1 pkgdesc="Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi" -url="http://code.google.com/p/cryptsetup/" +url="https://gitlab.com/cryptsetup/cryptsetup" arch="all" license="GPL2+" depends="" |