Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
gofumpt


Commits:
5c5cfb12 by Anatol Pomozov at 2024-10-15T11:25:50-07:00
upgpkg: 0.7.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
 pkgbase = gofumpt
        pkgdesc = A strict formatter for Go language
-       pkgver = 0.6.0
+       pkgver = 0.7.0
        pkgrel = 1
        url = https://github.com/mvdan/gofumpt
        arch = x86_64
        license = BSD-3-Clause
        makedepends = go
-       source = 
gofumpt-0.6.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.6.0.tar.gz
-       sha512sums = 
6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9
+       source = 
gofumpt-0.7.0.tar.gz::https://github.com/mvdan/gofumpt/archive/v0.7.0.tar.gz
+       sha512sums = 
98fd56046c6f93af1ecb4f488e476090836853b9de85dc092814778a58ddfd55655f5696c4b7b549274f3e21d6442d02ddaf2472f481f94183093002c3990130
 
 pkgname = gofumpt


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: Knut Ahlers <knut at ahlers dot me>
 
 pkgname=gofumpt
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="A strict formatter for Go language"
 arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/mvdan/gofumpt";
 license=('BSD-3-Clause')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mvdan/gofumpt/archive/v${pkgver}.tar.gz";)
-sha512sums=('6f7d6c769030ea499892b682f387e5c6875db6a9af7ee98f6af589ef83e508486e2f7807b805d13f8160a25eae440a930142f905d5c212b2bb5217eb0731a8f9')
+sha512sums=('98fd56046c6f93af1ecb4f488e476090836853b9de85dc092814778a58ddfd55655f5696c4b7b549274f3e21d6442d02ddaf2472f481f94183093002c3990130')
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gofumpt/-/commit/5c5cfb125272c98343ae0a723299d781d072fb53

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gofumpt/-/commit/5c5cfb125272c98343ae0a723299d781d072fb53
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to