summaryrefslogtreecommitdiff
path: root/x11/rofi-calc/Makefile
diff options
context:
space:
mode:
authorVidar Karlsen <vidar@karlsen.tech>2023-04-29 22:33:56 +0200
committerRobert Clausecker <fuz@FreeBSD.org>2023-04-30 20:41:42 +0200
commit567ae26b5fddf8b28646daaccfd2455cb34b026d (patch)
tree10e687e362298deb3bf158888e5806bbfd7a2c86 /x11/rofi-calc/Makefile
parentgraphics/mapnik: Revert Mapnik removal & update to 3.1.0 (diff)
x11/rofi-calc: update to 2.2.0
Changelog: https://github.com/svenstaro/rofi-calc/blob/v2.2.0/CHANGELOG.md - Fix high CPU usage when input isn't empty #66 (thanks @bootstrap-prime) - Add -automatic-save-to-history option #87 (thanks @matejdro) PR: 271137
Diffstat (limited to 'x11/rofi-calc/Makefile')
-rw-r--r--x11/rofi-calc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/rofi-calc/Makefile b/x11/rofi-calc/Makefile
index 72736fb0092d..a0d6a39bc61e 100644
--- a/x11/rofi-calc/Makefile
+++ b/x11/rofi-calc/Makefile
@@ -1,7 +1,6 @@
PORTNAME= rofi-calc
DISTVERSIONPREFIX= v
-DISTVERSION= 2.1.0
-PORTREVISION= 1
+DISTVERSION= 2.2.0
CATEGORIES= x11
MAINTAINER= vidar@karlsen.tech