mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: sums.
This commit is contained in:
parent
4e54b95cc8
commit
127c852e35
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue