Skip to content

Commit

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

 * Display a history item's data in page's status bar during a hover event.
 * New jar scheme. Decompressed files are recorded in the Desktop. The
   executables jar and unzip are required.
 * QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not
   present in Qt 6. A QApplication object must be created before accessing an
   SQLite database.
 * QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.
 * Smaller page buttons in Settings.

PR:		276647
Reported by:	eric@camachat.org (maintainer)
  • Loading branch information
camachat authored and fernape committed Jan 29, 2024
1 parent 0745681 commit e3dda51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/dooble/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dooble
DISTVERSION= 2023.12.25
DISTVERSION= 2024.01.25
CATEGORIES= www

MAINTAINER= eric@camachat.org
Expand Down
6 changes: 3 additions & 3 deletions www/dooble/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1703473494
SHA256 (textbrowser-dooble-2023.12.25_GH0.tar.gz) = f5e67fd052af762b7658f70e268dd73af8e1f39f2eb335a0848c34242ca70315
SIZE (textbrowser-dooble-2023.12.25_GH0.tar.gz) = 42366750
TIMESTAMP = 1706238346
SHA256 (textbrowser-dooble-2024.01.25_GH0.tar.gz) = 56f320170f612fed37ccec0452c3cccdb84583e3f7751550e9b1eee3d9a24281
SIZE (textbrowser-dooble-2024.01.25_GH0.tar.gz) = 42456273

0 comments on commit e3dda51

Please sign in to comment.