chore: update provider database

This commit is contained in:
link2xt
2026-01-27 00:56:07 +00:00
committed by l
parent 26ddcfaaed
commit 3f98e45c29
2 changed files with 14 additions and 36 deletions

View File

@@ -6,11 +6,11 @@ set -euo pipefail
export TZ=UTC
# Provider database revision.
REV=d041136c19a48b493823b46d472f12b9ee94ae80
REV=b21726d0c895ae43251579707229792e1fb4d837
CORE_ROOT="$PWD"
TMP="$(mktemp -d)"
git clone --filter=blob:none https://github.com/deltachat/provider-db.git "$TMP"
git clone --filter=blob:none https://github.com/chatmail/provider-db.git "$TMP"
cd "$TMP"
git checkout "$REV"
DATE=$(git show -s --format=%cs)