diff --git a/community/ginkgo/APKBUILD b/community/ginkgo/APKBUILD
index acb1e4d7052d43508a634a310a03f2b4f14adea1..7485408e96f71a37141c0c7d8d97d1b7dda1b67c 100644
--- a/community/ginkgo/APKBUILD
+++ b/community/ginkgo/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Michał Polański <michal@polanski.me>
 # Maintainer: Michał Polański <michal@polanski.me>
 pkgname=ginkgo
-pkgver=2.16.0
-pkgrel=1
+pkgver=2.17.2
+pkgrel=0
 pkgdesc="Modern Testing Framework for Go"
 url="https://onsi.github.io/ginkgo/"
 license="MIT"
@@ -11,6 +11,7 @@ makedepends="go"
 source="https://github.com/onsi/ginkgo/archive/v$pkgver/ginkgo-$pkgver.tar.gz
 	tests.patch
 	"
+options="net"
 
 export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
 export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
@@ -33,6 +34,6 @@ package() {
 }
 
 sha512sums="
-13e760884b181c016ab600cd7ab06d86de841063a0530d8d4b83b7f52cbf248d1749b59c133b180f9fdbb5a4db85cec3a31a54c59b384f45a79b243f8b553122  ginkgo-2.16.0.tar.gz
+0aa480d500b35b60f8aa67f13ee897e8b11ba37c1aba59a9b8b8547ac20da718a157a2963037c855dff4d40a5635867397eab7a7010733c7f7ae69beb51a8745  ginkgo-2.17.2.tar.gz
 2fe515438583a51dbd92912a761063882788b3d001d37073986d81b9d4076e0381ee1981623cbf603fb70b59efb60bf941d577ecb8d5af97027d1877c7e164cc  tests.patch
 "