gofumpt v0.5.0

This commit is contained in:
Luzifer.io Jenkins 2023-04-13 16:43:31 +00:00
parent bd7536e103
commit aec3b37882
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
pkgbase = gofumpt pkgbase = gofumpt
pkgdesc = A stricter gofmt pkgdesc = A stricter gofmt
pkgver = 0.4.0 pkgver = 0.5.0
pkgrel = 1 pkgrel = 1
url = https://github.com/mvdan/gofumpt url = https://github.com/mvdan/gofumpt
arch = i686 arch = i686
arch = x86_64 arch = x86_64
license = custom license = custom
makedepends = go makedepends = go
source = gofumpt-0.4.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.4.0.tar.gz source = gofumpt-0.5.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.5.0.tar.gz
sha512sums = b23a1f4eb1ee642c9516ca85efacb7e49160061ec22d59a7e33713059de3a3032672c7a3d28d746bd76c0a0e28fb56159cf5b54c21519aa9c411ffd87a399520 sha512sums = 84e5dfbdc9c35b9b0eb9734951140ebf0d1d76e7a11753864997295b83451f1ac54247a697f3d8ceb4afe4e7c4c259392c82af78849df97ef1608bef52240e5f
pkgname = gofumpt pkgname = gofumpt

View File

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