mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/threema-web: update 2.5.5 to 2.6.2
* [feature] Add Belarusian translation * [feature] Add link to Threema Desktop 2.0 for iOS users * [fix] Fix beta link in work flavor ([#1220][i1220]) * [fix] Open external links in new tab ([#1220][i1220]) * [feature] Add support for displaying emoji reactions ([#1222][i1222]) * [change] Allow Safari when connecting an Android device * [bug] Fix message info gap ([#1226][i1226]) * [change] Upgrade dependencies ([#1230][i1230]) * [change] Switch to NodeJS 20 ([#1230][i1230]) https://github.com/threema-ch/threema-web/compare/v2.5.5...v2.6.2
This commit is contained in:
parent
9d93540510
commit
4a9e81ef05
3 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= threema-web
|
||||
PORTVERSION= 2.5.5
|
||||
PORTVERSION= 2.6.2
|
||||
CATEGORIES= www net-im
|
||||
MASTER_SITES= https://github.com/threema-ch/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-gh
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1715759841
|
||||
SHA256 (threema-web-2.5.5-gh.tar.gz) = b8fa8c967696f79904ec4fb083f2bb296237ae85f0dd1e7930ab5323169581e6
|
||||
SIZE (threema-web-2.5.5-gh.tar.gz) = 23525696
|
||||
TIMESTAMP = 1745306588
|
||||
SHA256 (threema-web-2.6.2-gh.tar.gz) = 72aa2846bf2c203dcc29c079ac1b1a4651efe7e85d27defad6370e98aea7f6e1
|
||||
SIZE (threema-web-2.6.2-gh.tar.gz) = 23939032
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
@dir %%WWWDIR%%/components
|
||||
%%WWWDIR%%/24.60cf29499fcd11d8987b.bundle.js
|
||||
%%WWWDIR%%/24.60cf29499fcd11d8987b.bundle.js.map
|
||||
%%WWWDIR%%/444.d16320117f5438b5a064.bundle.js
|
||||
%%WWWDIR%%/444.d16320117f5438b5a064.bundle.js.map
|
||||
%%WWWDIR%%/444.735d4afea6bc3efd7cab.bundle.js
|
||||
%%WWWDIR%%/444.735d4afea6bc3efd7cab.bundle.js.map
|
||||
%%WWWDIR%%/56a1152bdd9f8abd5a7e.module.wasm
|
||||
%%WWWDIR%%/690.0935109d7fc130f0d9c2.bundle.js
|
||||
%%WWWDIR%%/690.0935109d7fc130f0d9c2.bundle.js.map
|
||||
%%WWWDIR%%/app.bundle.js
|
||||
%%WWWDIR%%/app.bundle.js.map
|
||||
%%WWWDIR%%/browserconfig.xml
|
||||
|
@ -6783,6 +6783,7 @@
|
|||
%%WWWDIR%%/fonts/roboto-regular-webfont.woff2
|
||||
%%WWWDIR%%/fonts/roboto.css
|
||||
%%WWWDIR%%/i18n/README.md
|
||||
%%WWWDIR%%/i18n/be.json
|
||||
%%WWWDIR%%/i18n/bg.json
|
||||
%%WWWDIR%%/i18n/cs.json
|
||||
%%WWWDIR%%/i18n/de.json
|
||||
|
@ -6804,6 +6805,8 @@
|
|||
%%WWWDIR%%/i18n/uk.json
|
||||
%%WWWDIR%%/i18n/zh.json
|
||||
%%WWWDIR%%/i18n/zh_TW.json
|
||||
%%WWWDIR%%/img/app-icon-consumer-live.svg
|
||||
%%WWWDIR%%/img/app-icon-work-live.svg
|
||||
%%WWWDIR%%/img/apple.svg
|
||||
%%WWWDIR%%/img/bg.jpg
|
||||
%%WWWDIR%%/img/bg.original.jpg
|
||||
|
|
Loading…
Add table
Reference in a new issue