gofumpt v0.2.0

This commit is contained in:
Luzifer.io Jenkins 2021-11-10 17:14:14 +00:00
parent 886d6bcc26
commit 75a044a458
2 changed files with 5 additions and 6 deletions

View File

@ -1,14 +1,13 @@
pkgbase = gofumpt
pkgdesc = A stricter gofmt
pkgver = 0.1.1
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/mvdan/gofumpt
arch = i686
arch = x86_64
license = custom
makedepends = go
source = gofumpt::https://github.com/mvdan/gofumpt/archive/v0.1.1.tar.gz
sha512sums = 11bb6ccfa0ecd8d8747b75b40253d7d82efb570a339d8d066d5757d53d4eb6e3c0d8bab04ffecd4635f2aafbe6aae83120d4bcace5409e61b29b40efe8510185
source = gofumpt::https://github.com/mvdan/gofumpt/archive/v0.2.0.tar.gz
sha512sums = 4bd5376b1a72cf7510c883657e17e9d7e33049cce7956cc3c4a3e5d0428c25f3c659d50359bae725d1b66530471b1b41ca8698bc46d74c58683a6edb5cd71afe
pkgname = gofumpt

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=gofumpt
pkgver=0.1.1
pkgver=0.2.0
pkgrel=1
pkgdesc="A stricter gofmt"
arch=('i686' 'x86_64')
@ -9,7 +9,7 @@ url="https://github.com/mvdan/gofumpt"
license=('custom')
makedepends=('go')
source=("${pkgname}::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")
sha512sums=('11bb6ccfa0ecd8d8747b75b40253d7d82efb570a339d8d066d5757d53d4eb6e3c0d8bab04ffecd4635f2aafbe6aae83120d4bcace5409e61b29b40efe8510185')
sha512sums=('4bd5376b1a72cf7510c883657e17e9d7e33049cce7956cc3c4a3e5d0428c25f3c659d50359bae725d1b66530471b1b41ca8698bc46d74c58683a6edb5cd71afe')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"