diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 8c39d96..3f31226 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -1260,13 +1260,12 @@ tw run-until-done && tw balance

Unix / macOS · - taler-typescript-core + taler-typescript-core · mint demo-withdraw.json

# install: git + node (LTS) + build tools; then monorepo
-# clone: HTTPS git.gnunet.org (browse: git.taler.net/taler/taler-typescript-core)
-git clone https://git.gnunet.org/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
+git clone https://git.taler.net/taler-typescript-core.git && cd taler-typescript-core && ./bootstrap && ./configure && make
 
 # monorepo CLI + private wallet DB (not system package / default home DB)
 alias tw='node packages/taler-wallet-cli/bin/taler-wallet-cli.mjs --wallet-db="${TMPDIR:-/tmp}/taler-wallet-goa.sqlite3" --no-throttle' && \
@@ -1557,10 +1556,10 @@ tw run-until-done && tw balance
/privacy.

-

- Bank landing v43 - · content - · 37ea4bb +

+ Bank landing v42 + · content + · 921a4f1

diff --git a/configs/exchange-landing/index.html b/configs/exchange-landing/index.html index ddeb72c..0101601 100644 --- a/configs/exchange-landing/index.html +++ b/configs/exchange-landing/index.html @@ -490,10 +490,10 @@ sudo apt-get install -y taler-wallet-cli /privacy.

-

+

Exchange landing v42 - · content - · 37ea4bb + · content + · 921a4f1

diff --git a/configs/merchant-landing/index.html b/configs/merchant-landing/index.html index 77330f8..96ab5eb 100644 --- a/configs/merchant-landing/index.html +++ b/configs/merchant-landing/index.html @@ -833,10 +833,10 @@ sudo apt-get install -y taler-wallet-cli /privacy.

-

+

Merchant landing v42 - · content - · 37ea4bb + · content + · 921a4f1

diff --git a/configs/shared/landing-version.json b/configs/shared/landing-version.json index e28682f..7d1de54 100644 --- a/configs/shared/landing-version.json +++ b/configs/shared/landing-version.json @@ -2,34 +2,34 @@ "note": "Per-site landing content versions (start 42). Bump: scripts/taler-landing/stamp-landing-version.sh --bump bank|exchange|merchant", "sites": { "bank": { - "version": 43, + "version": 42, "label": "Bank landing", "path": "configs/bank-landing", - "updated_iso": "2026-07-17T18:27:48+02:00", - "updated_human": "2026-07-17 18:27 CEST", - "commit": "37ea4bb8396691e3ea69ae61374e6623bf6c5ea7", - "commit_short": "37ea4bb", - "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" + "updated_iso": "2026-07-17T13:32:59+02:00", + "updated_human": "2026-07-17 13:32 CEST", + "commit": "921a4f1572dbf4391b69899287b4c0280bb0e271", + "commit_short": "921a4f1", + "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/921a4f1572dbf4391b69899287b4c0280bb0e271" }, "exchange": { "version": 42, "label": "Exchange landing", "path": "configs/exchange-landing", - "updated_iso": "2026-07-17T18:27:48+02:00", - "updated_human": "2026-07-17 18:27 CEST", - "commit": "37ea4bb8396691e3ea69ae61374e6623bf6c5ea7", - "commit_short": "37ea4bb", - "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" + "updated_iso": "2026-07-17T13:32:59+02:00", + "updated_human": "2026-07-17 13:32 CEST", + "commit": "921a4f1572dbf4391b69899287b4c0280bb0e271", + "commit_short": "921a4f1", + "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/921a4f1572dbf4391b69899287b4c0280bb0e271" }, "merchant": { "version": 42, "label": "Merchant landing", "path": "configs/merchant-landing", - "updated_iso": "2026-07-17T18:27:48+02:00", - "updated_human": "2026-07-17 18:27 CEST", - "commit": "37ea4bb8396691e3ea69ae61374e6623bf6c5ea7", - "commit_short": "37ea4bb", - "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" + "updated_iso": "2026-07-17T13:32:59+02:00", + "updated_human": "2026-07-17 13:32 CEST", + "commit": "921a4f1572dbf4391b69899287b4c0280bb0e271", + "commit_short": "921a4f1", + "repo_commit_url": "https://git.hacktivism.ch/hernani/koopa-admin-log/commit/921a4f1572dbf4391b69899287b4c0280bb0e271" } } }