diff options
author | lilac | 2023-12-20 04:44:58 +0800 |
---|---|---|
committer | lilac | 2023-12-20 04:44:58 +0800 |
commit | 2bb56efa9d42b57ba28e310510175575ecad01c5 (patch) | |
tree | 3294c209307a861b88f0450d73ca9a4a5a54eeb8 | |
parent | 41f8c55724f76d6ffdac331ca5f91080cee03b58 (diff) | |
download | aur-2bb56efa9d42b57ba28e310510175575ecad01c5.tar.gz |
[lilac] updated to 20231219144426-1
-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 = 20231219091143 + pkgver = 20231219144426 pkgrel = 1 url = https://github.com/v2fly/domain-list-community arch = any license = MIT makedepends = go - source = xray-domain-list-community-20231219091143.tar.gz::https://github.com/v2fly/domain-list-community/archive/20231219091143.tar.gz - sha256sums = 827e045fe45aff2171238ddf1618e8808ed7ca88784401041988a4f3ef219f4a + source = xray-domain-list-community-20231219144426.tar.gz::https://github.com/v2fly/domain-list-community/archive/20231219144426.tar.gz + sha256sums = 9db6be6d46f506673cee210733e6b69b2625bd430a20860966042dc16775517a pkgname = xray-domain-list-community @@ -2,7 +2,7 @@ # Contributor: Felix Yan <felixonmars@archlinux.org> pkgname=xray-domain-list-community -pkgver=20231219091143 +pkgver=20231219144426 pkgrel=1 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" arch=('any') @@ -10,7 +10,7 @@ url="https://github.com/v2fly/domain-list-community" license=('MIT') makedepends=('go') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('827e045fe45aff2171238ddf1618e8808ed7ca88784401041988a4f3ef219f4a') +sha256sums=('9db6be6d46f506673cee210733e6b69b2625bd430a20860966042dc16775517a') build() { cd "${srcdir}"/"domain-list-community-${pkgver}"/ |