gofumpt v0.6.0

This commit is contained in:
Luzifer.io Jenkins 2024-01-28 22:56:11 +00:00
parent aec3b37882
commit 76da1edc5d
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.5.0 pkgver = 0.6.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.5.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.5.0.tar.gz source = gofumpt-0.6.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.6.0.tar.gz
sha512sums = 84e5dfbdc9c35b9b0eb9734951140ebf0d1d76e7a11753864997295b83451f1ac54247a697f3d8ceb4afe4e7c4c259392c82af78849df97ef1608bef52240e5f sha512sums = 6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9
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.5.0 pkgver=0.6.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=('84e5dfbdc9c35b9b0eb9734951140ebf0d1d76e7a11753864997295b83451f1ac54247a697f3d8ceb4afe4e7c4c259392c82af78849df97ef1608bef52240e5f') sha512sums=('6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"