gofumpt v0.3.1

This commit is contained in:
Luzifer.io Jenkins 2022-03-21 10:44:19 +00:00
parent b465026d4d
commit 4ff41ba6a3
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = gofumpt
pkgdesc = A stricter gofmt
pkgver = 0.3.0
pkgver = 0.3.1
pkgrel = 1
url = https://github.com/mvdan/gofumpt
arch = i686
arch = x86_64
license = custom
makedepends = go
source = gofumpt-0.3.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.3.0.tar.gz
sha512sums = 0623d885a4b4323ee68594927a750de493c8348f353be486acd89b5edd832c70f7dec81dd54741d47efa4d4a394ecedc9835f4a0425d0995df068765e7f62d7a
source = gofumpt-0.3.1.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.3.1.tar.gz
sha512sums = ca54bc7b58eb06e006c14da9ed9c31019fbde4880eff390b87374c2336b4721a7112e50fd0ffb8e59509abf006f0f736d85fd94a7824401419dde3f1d12c2114
pkgname = gofumpt

View File

@ -1,7 +1,7 @@
# Maintainer: Knut Ahlers <knut at ahlers dot me>
pkgname=gofumpt
pkgver=0.3.0
pkgver=0.3.1
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}-${pkgver}.tar.gz::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz")
sha512sums=('0623d885a4b4323ee68594927a750de493c8348f353be486acd89b5edd832c70f7dec81dd54741d47efa4d4a394ecedc9835f4a0425d0995df068765e7f62d7a')
sha512sums=('ca54bc7b58eb06e006c14da9ed9c31019fbde4880eff390b87374c2336b4721a7112e50fd0ffb8e59509abf006f0f736d85fd94a7824401419dde3f1d12c2114')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"