diff options
author | Mahdi Sarikhani | 2024-12-22 13:26:36 +0330 |
---|---|---|
committer | Mahdi Sarikhani | 2024-12-22 13:26:36 +0330 |
commit | e4968a42efe2eb19232b2c51f902b3e674907a46 (patch) | |
tree | 21ac4c930aaa0a9f9b341ffe51df6ad838a5082a | |
parent | 04a4d361b520e1f182c8f8149140ebcea3c13e5b (diff) | |
download | aur-e4968a42efe2eb19232b2c51f902b3e674907a46.tar.gz |
v20241221105938
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |