diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2023-03-04 17:40:03 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2023-03-04 17:50:53 +0000 |
commit | d5f675864178cb8a784129384902a2bb139de2c3 (patch) | |
tree | ddbd072af0b17059160cb00a587cb0756d6b77c9 /x11/thingylaunch/Makefile | |
parent | 06ca34545d178a45f69ee84b461be2a7d043d57e (diff) |
x11/thingylaunch: update to 3.0.1
Fix warning due to unqualified call to std::move, see
https://reviews.llvm.org/D119670
Diffstat (limited to 'x11/thingylaunch/Makefile')
-rw-r--r-- | x11/thingylaunch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/thingylaunch/Makefile b/x11/thingylaunch/Makefile index 1b039c92d960..09539e5e207e 100644 --- a/x11/thingylaunch/Makefile +++ b/x11/thingylaunch/Makefile @@ -1,5 +1,5 @@ PORTNAME= thingylaunch -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= x11 MASTER_SITES= https://code.ptrcrt.ch/${PORTNAME}/tarball/${PORTVERSION}/ |