diff options
author | Matt Housh <jaeger@crux.ninja> | 2022-10-15 22:38:11 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2022-10-15 22:38:11 -0500 |
commit | 4fe00c12aed2f2af0030743292c9d93b0a5295c5 (patch) | |
tree | a7c01a629994b820be972c5d866b31390642a78d | |
parent | 8a3a9501f953046ca22d2c2f4b4c2e50b091d273 (diff) | |
download | compat-32-4fe00c12aed2f2af0030743292c9d93b0a5295c5.tar.gz compat-32-4fe00c12aed2f2af0030743292c9d93b0a5295c5.tar.xz |
sqlite3-32: fixed source URL
-rw-r--r-- | sqlite3-32/.signature | 4 | ||||
-rw-r--r-- | sqlite3-32/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sqlite3-32/.signature b/sqlite3-32/.signature index 04a96451..9539e537 100644 --- a/sqlite3-32/.signature +++ b/sqlite3-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXa7FkXnQtHfw4E1o9HDemAV1sH9oH63goqfu/FgN6ANIEZTcEizGTWkeU9bZBP6uJRyEUWnxMCeDKT06rrredgc= -SHA256 (Pkgfile) = 3635920650f3edb00789f969cc4b143d2295dae15670d2cfbaf7453de02d9695 +RWSwxGo/zH7eXXW8GHr1jV2ywUlBO3jcnB8SL+9Yh0AZSiSdqYXjHyJYZ6z2O0v3gjLpMxTEcb7n/ZFg+GrRR2wWLhHkKN2DxAA= +SHA256 (Pkgfile) = 2dbe253db8fb2b10775f1259d9e20354ffb0b9923227292f957580f838002fae SHA256 (.footprint) = 0295598c62e1271a4579eeae3a0c302ea8698c136b5abfa71e836bdf7c11e0af SHA256 (sqlite-autoconf-3390400.tar.gz) = f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb diff --git a/sqlite3-32/Pkgfile b/sqlite3-32/Pkgfile index 5bbd0bf2..27ec86df 100644 --- a/sqlite3-32/Pkgfile +++ b/sqlite3-32/Pkgfile @@ -8,7 +8,7 @@ version=3.39.4 release=1 _version=$(printf "%i%.2i%.2i%.2i" ${version//./ }) -source=(https://www.sqlite.org/2021/sqlite-autoconf-${_version}.tar.gz) +source=(https://www.sqlite.org/2022/sqlite-autoconf-${_version}.tar.gz) build() { cd sqlite-autoconf-${_version} |