summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Marquesi Lerner2021-12-10 19:31:47 -0300
committerIvan Marquesi Lerner2021-12-10 19:31:47 -0300
commit7241a1a94ddf6445c673957e476c4e163f3502dc (patch)
tree535f36bda59ef15548b2cf790318acaf498a3e01
parenta1dfa0097dadc66930d30a608ba368ce4726545a (diff)
downloadaur-7241a1a94ddf6445c673957e476c4e163f3502dc.tar.gz
Update checksums
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b32ad950fabf..8ef0cb0623e0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lc0
pkgdesc = UCI-compliant chess engine designed to play chess via neural network, specifically those of the LeelaChessZero project.
pkgver = 0.28.0
- pkgrel = 1
+ pkgrel = 2
url = https://lczero.org/
install = lc0.install
arch = x86_64
@@ -20,9 +20,9 @@ pkgbase = lc0
source = lc0-0.28.0.tar.gz::https://github.com/LeelaChessZero/lc0/archive/v0.28.0.tar.gz
source = lczero-common-master.tar.gz::https://github.com/LeelaChessZero/lczero-common/archive/master.tar.gz
source = weights_sergio-v_256x20-T40-1541.pb.gz::https://www.comp.nus.edu.sg/~sergio-v/t40/256x20/256x20-t40-1541.pb.gz
- md5sums = 8ef8809da2c627dd2472859b157bb408
- md5sums = eba27fccaa7e3e162abda751fa77366b
- md5sums = f0111da33207c6941ff06f268fba675f
- md5sums = 59da4859de827d3cd75866c40920f8a0
+ sha256sums = 10f0fc4126bd2c9303bd2474c0d9ef488ceb7690cbca7c7d8ace61679ae97b49
+ sha256sums = 81f857a4c2e45ac161d499957f9fe5060479242f527dacff548d52cd0c573caa
+ sha256sums = fa3671e89e647c7da931b1934c66b4de129681d9b0a8df22ce932596357cda1a
+ sha256sums = ddfaf13cb77f14e59edca75f1ac4c7a0d0a62659034f92bea48d0c66d35b79d5
pkgname = lc0
diff --git a/PKGBUILD b/PKGBUILD
index ea34e8fa0075..3b7c9e90d8e2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lc0
pkgver=0.28.0
-pkgrel=1
+pkgrel=2
pkgdesc="UCI-compliant chess engine designed to play chess via neural network, \
specifically those of the LeelaChessZero project."
arch=('x86_64')
@@ -21,10 +21,10 @@ source=("$pkgname"
"$pkgname-$pkgver.tar.gz::https://github.com/LeelaChessZero/$pkgname/archive/v$pkgver.tar.gz"
"lczero-common-master.tar.gz::https://github.com/LeelaChessZero/lczero-common/archive/master.tar.gz"
"$_weights::https://www.comp.nus.edu.sg/~sergio-v/t40/256x20/256x20-t40-1541.pb.gz")
-md5sums=('8ef8809da2c627dd2472859b157bb408'
- 'eba27fccaa7e3e162abda751fa77366b'
- 'f0111da33207c6941ff06f268fba675f'
- '59da4859de827d3cd75866c40920f8a0')
+sha256sums=('10f0fc4126bd2c9303bd2474c0d9ef488ceb7690cbca7c7d8ace61679ae97b49'
+ '81f857a4c2e45ac161d499957f9fe5060479242f527dacff548d52cd0c573caa'
+ 'fa3671e89e647c7da931b1934c66b4de129681d9b0a8df22ce932596357cda1a'
+ 'ddfaf13cb77f14e59edca75f1ac4c7a0d0a62659034f92bea48d0c66d35b79d5')
noextract=('$_weights')
prepare() {