Skip to content

Commit

Permalink
www/dooble: update to 2023.07.15
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.07.15

 * Display discovered shorcuts in Settings -> Display. Read-only.
 * Initialize s[i] elements in Threefish.
 * Introduced --attach and --listen command-line options. If a Dooble instance
   is available, a new Dooble instance will attach its URLs to the existing
   Dooble instance.
 * New executable-current-url command-line option. See Tools -> Current URL
   Executable(s). Multiple instances are allowed and Dooble does not verify
   content.
 * Scoped C++ enumerators.

PR:		272490
Reported by:	eric@camachat.org (maintainer)
  • Loading branch information
camachat authored and fernape committed Jul 17, 2023
1 parent 9e0fe9e commit d9fc341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions www/dooble/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
PORTNAME= dooble
DISTVERSION= 2023.05.31
PORTREVISION= 1
DISTVERSION= 2023.07.15
CATEGORIES= www
PKGNAMESUFFIX= -${FLAVOR}

Expand Down
6 changes: 3 additions & 3 deletions www/dooble/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1685729210
SHA256 (textbrowser-dooble-2023.05.31_GH0.tar.gz) = ca2ad5dde9b695acb0b3553ce351fb6f155e9fb412dcb870adba8e12051a09e5
SIZE (textbrowser-dooble-2023.05.31_GH0.tar.gz) = 93825728
TIMESTAMP = 1689256702
SHA256 (textbrowser-dooble-2023.07.15_GH0.tar.gz) = c8eed360d940d724bf23dbc7a2dba4a53312bd97b2d563b77af027a22079a94e
SIZE (textbrowser-dooble-2023.07.15_GH0.tar.gz) = 90240040

0 comments on commit d9fc341

Please sign in to comment.