summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2023-12-15 17:10:13 +0800
committereveryx2023-12-15 17:10:13 +0800
commit2dda4ec8fae3defbb0bcef864d88cd57fdf36c1c (patch)
tree212dac7e24f90ad2e95a3095293866d1cbc38b74
parentea90188430353b3e31d52c4e3e1c24acacb7c8d0 (diff)
downloadaur-2dda4ec8fae3defbb0bcef864d88cd57fdf36c1c.tar.gz
fix: hash mismatch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006e8b80b018..4c48c78a5e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sing-geoip
pkgdesc = sing-geoip database
pkgver = 20231212
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SagerNet/sing-geoip
arch = any
license = GPL3
source = 20231212.geoip.db::https://github.com/SagerNet/sing-geoip/releases/download/20231212/geoip.db
source = 20231212.LICENSE::https://raw.githubusercontent.com/SagerNet/sing-geoip/20231212/LICENSE
- sha256sums = 758af47758aec2d2cf1995393296330b457aabbf4c458f78a19633bb6fdd0244
+ sha256sums = 1d00fe87e50854e10444813413d2b81a90dc40058817f12e6775a0ff23fa676c
sha256sums = 2f02b7486bcfa90d115c71a20437f3906b6fd5bef81c5dc0efd341399e89d0fd
pkgname = sing-geoip
diff --git a/PKGBUILD b/PKGBUILD
index aaaea01a6632..0f49bd870612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sing-geoip
pkgver=20231212
-pkgrel=1
+pkgrel=2
pkgdesc='sing-geoip database'
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL3')
source=("${pkgver}.geoip.db::${url}/releases/download/${pkgver}/geoip.db"
"${pkgver}.LICENSE::https://raw.githubusercontent.com/${_repo}/${pkgver}/LICENSE")
-sha256sums=('758af47758aec2d2cf1995393296330b457aabbf4c458f78a19633bb6fdd0244'
+sha256sums=('1d00fe87e50854e10444813413d2b81a90dc40058817f12e6775a0ff23fa676c'
'2f02b7486bcfa90d115c71a20437f3906b6fd5bef81c5dc0efd341399e89d0fd')
package() {