diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2019-08-17 21:22:59 +0800 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2019-08-17 21:22:59 +0800 |
commit | 708efd436d75e8d89f0eea80a8078b067a14694a (patch) | |
tree | 14682d90d8a4d55fcc93857698f22daf372e6f9a /security/nextcloud-twofactor_u2f/Makefile | |
parent | 80d6b5d1c4af6bed1aca1201a162e261be3ca9d5 (diff) | |
download | freebsd-ports-gnome-708efd436d75e8d89f0eea80a8078b067a14694a.tar.gz freebsd-ports-gnome-708efd436d75e8d89f0eea80a8078b067a14694a.tar.zst freebsd-ports-gnome-708efd436d75e8d89f0eea80a8078b067a14694a.zip |
security/nextcloud-twofactor_u2f: Update to 3.0.1
Diffstat (limited to 'security/nextcloud-twofactor_u2f/Makefile')
-rw-r--r-- | security/nextcloud-twofactor_u2f/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index 9aa889f1fd2e..7595f6f07747 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twofactor_u2f -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= security MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- |