Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / shfmt


Commits:
e5a47fd0 by Carl Smedstad at 2024-10-21T06:58:03+02:00
upgpkg: 3.10.0-1: Upstream release

https://github.com/mvdan/sh/releases/tag/v3.10.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = shfmt
        pkgdesc = Format shell programs
-       pkgver = 3.9.0
+       pkgver = 3.10.0
        pkgrel = 1
        url = https://github.com/mvdan/sh
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = shfmt
        makedepends = scdoc
        depends = glibc
        options = !lto
-       source = 
shfmt-3.9.0.tar.gz::https://github.com/mvdan/sh/archive/v3.9.0.tar.gz
-       b2sums = 
b20e46fdc6db39efe54434a455dbd407af63e9b48dd616a895215047990ffcc42e0fabfd93607a0c4f5f50c64cc789616dfb5c8e685443451091cf2b99c7e64e
+       source = 
shfmt-3.10.0.tar.gz::https://github.com/mvdan/sh/archive/v3.10.0.tar.gz
+       b2sums = 
689f0b87d9ab18178c05a4d8d59efe79967de0544dac307985f4cd7df3e01270188d0ef8c532a42204b9f05651de00700bfd3a764d73e84043f1d9cfb87f6f8f
 
 pkgname = shfmt


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Daniel Martí <mv...@mvdan.cc>
 
 pkgname=shfmt
-pkgver=3.9.0
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="Format shell programs"
 url="https://github.com/mvdan/sh";
@@ -17,7 +17,7 @@ makedepends=(
 )
 options=(!lto)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('b20e46fdc6db39efe54434a455dbd407af63e9b48dd616a895215047990ffcc42e0fabfd93607a0c4f5f50c64cc789616dfb5c8e685443451091cf2b99c7e64e')
+b2sums=('689f0b87d9ab18178c05a4d8d59efe79967de0544dac307985f4cd7df3e01270188d0ef8c532a42204b9f05651de00700bfd3a764d73e84043f1d9cfb87f6f8f')
 
 prepare() {
   cd "sh-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shfmt/-/commit/e5a47fd048c73847dc3126be885baf2178184b00

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


Reply via email to