Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
yamlfmt
Commits:
67f102c1 by Sven-Hendrik Haase at 2024-09-28T02:19:36+02:00
upgpkg: 0.13.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = yamlfmt
pkgdesc = An extensible command line tool or library to format yaml
files.
- pkgver = 0.12.1
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/google/yamlfmt
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = go
depends = glibc
- source =
yamlfmt-0.12.1.tar.gz::https://github.com/google/yamlfmt/archive/refs/tags/v0.12.1.tar.gz
- sha512sums =
ac39234977d11751802a3a8c2e2140c16e408f987d29aa4ac8e7dd329067c1cef686b0950fa4e4478aeeb214506e7d3fe498734e584abcbc4f3aa48f9f1c7504
+ source =
yamlfmt-0.13.0.tar.gz::https://github.com/google/yamlfmt/archive/refs/tags/v0.13.0.tar.gz
+ sha512sums =
28cf1d04690ce72a1330c0d93b148516e80b33306067f4dbe1b5056e243202d93ed09293b6fe5c958a341dd590edd61e6c1fdb278b28c88b421fb7364cff10b8
pkgname = yamlfmt
=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=yamlfmt
-pkgver=0.12.1
+pkgver=0.13.0
pkgrel=1
pkgdesc='An extensible command line tool or library to format yaml files.'
arch=('x86_64')
url='https://github.com/google/yamlfmt'
-license=('Apache')
+license=('Apache-2.0')
depends=('glibc')
makedepends=('go')
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/yamlfmt/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('ac39234977d11751802a3a8c2e2140c16e408f987d29aa4ac8e7dd329067c1cef686b0950fa4e4478aeeb214506e7d3fe498734e584abcbc4f3aa48f9f1c7504')
+sha512sums=('28cf1d04690ce72a1330c0d93b148516e80b33306067f4dbe1b5056e243202d93ed09293b6fe5c958a341dd590edd61e6c1fdb278b28c88b421fb7364cff10b8')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yamlfmt/-/commit/67f102c10c5015310958fcf16ae60b3bef3815db
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yamlfmt/-/commit/67f102c10c5015310958fcf16ae60b3bef3815db
You're receiving this email because of your account on gitlab.archlinux.org.