fix: sums.

This commit is contained in:
Fernandez Ludovic 2021-01-16 16:37:31 +01:00
parent 4e54b95cc8
commit 127c852e35
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = goreleaser-bin
pkgdesc = Deliver Go binaries as fast and easily as possible
pkgver = v0.155.0
pkgrel = 1
pkgrel = 2
url = https://goreleaser.com
arch = x86_64
arch = i686

View file

@ -3,7 +3,7 @@
pkgname='goreleaser-bin'
_pkgname="${pkgname%-bin}"
pkgver=v0.155.0
pkgrel=1
pkgrel=2
pkgdesc='Deliver Go binaries as fast and easily as possible'
url='https://goreleaser.com'
arch=('x86_64' 'i686' 'aarch64')