diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
commit | 4c1a39996648890aee504700474826976269e540 (patch) | |
tree | 8f2be4fce582d81352781e158d9208b3e4e41e0e /audio/spek | |
parent | 79ec3233cba24b0a155c88e886492d5c0de41ffd (diff) | |
download | ports-4c1a39996648890aee504700474826976269e540.tar.gz ports-4c1a39996648890aee504700474826976269e540.zip |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
- https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808
Notes
Notes:
svn path=/head/; revision=535516
Diffstat (limited to 'audio/spek')
-rw-r--r-- | audio/spek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 85c995b7d155..a2a784115e6d 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ |