fix cheksums

This commit is contained in:
e.khramov
2022-11-07 10:54:04 +03:00
parent f26eefe539
commit abe77bbd38
2 changed files with 6 additions and 5 deletions

View File

@ -13,7 +13,7 @@ build_deps=('git' 'go')
build_deps_debian=('git' 'golang')
sources_amd64=("https://github.com/${name}/${name}/releases/download/v${version}/${name}-linux-amd64-v${version}.tar.gz")
checksums=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698')
checksums_amd64=('f91066b8588c02b5ff77aa801cc4e0319f3467325bdd75326aebccffb6495698')
prepare() {
cd "${srcdir}"