summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahdi Sarikhani2024-12-22 13:26:36 +0330
committerMahdi Sarikhani2024-12-22 13:26:36 +0330
commite4968a42efe2eb19232b2c51f902b3e674907a46 (patch)
tree21ac4c930aaa0a9f9b341ffe51df6ad838a5082a
parent04a4d361b520e1f182c8f8149140ebcea3c13e5b (diff)
downloadaur-e4968a42efe2eb19232b2c51f902b3e674907a46.tar.gz
v20241221105938
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f0ceb263b1..ee49ec6eadde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = xray-domain-list-community
pkgdesc = A list of domains to be used as geosites for routing purpose in Project V
- pkgver = 20241210004721
+ pkgver = 20241221105938
pkgrel = 1
url = https://github.com/v2fly/domain-list-community
arch = any
license = MIT
makedepends = go
- source = xray-domain-list-community-20241210004721.tar.gz::https://github.com/v2fly/domain-list-community/archive/20241210004721.tar.gz
- sha256sums = 5db3f2acc48591df48672def9428893279478cf538bec0eb174c350bb159ce53
+ source = xray-domain-list-community-20241221105938.tar.gz::https://github.com/v2fly/domain-list-community/archive/20241221105938.tar.gz
+ sha256sums = 77e3d27b4c72fe6fd2190f5fb29ca43f5125ed89fb3a937387b4c9588358bfd6
pkgname = xray-domain-list-community
diff --git a/PKGBUILD b/PKGBUILD
index 0381b7831bc7..bd9f7dd8c8ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: jakka <jakkadoujin at gmail dot com>
pkgname=xray-domain-list-community
-pkgver=20241210004721
+pkgver=20241221105938
pkgrel=1
pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/v2fly/domain-list-community"
license=('MIT')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('5db3f2acc48591df48672def9428893279478cf538bec0eb174c350bb159ce53')
+sha256sums=('77e3d27b4c72fe6fd2190f5fb29ca43f5125ed89fb3a937387b4c9588358bfd6')
build() {
cd "${srcdir}/domain-list-community-${pkgver}"