summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2021-11-24 12:45:10 +0100
committerCarl Smedstad2021-11-24 12:45:10 +0100
commit720a7bc8bd3ce8806188df985bb8627d3c2084bb (patch)
treecaffc09312a6e67ad20b76f90b862dd05456b631
parent19d0b2f59390a343d11a227e1f5e6389cb8ac757 (diff)
downloadaur-720a7bc8bd3ce8806188df985bb8627d3c2084bb.tar.gz
Release version 3.4.1
-rw-r--r--.SRCINFO26
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD14
3 files changed, 24 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e756d0e61303..5b33e29ba820 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,27 @@
pkgbase = shfmt-bin
pkgdesc = Format shell programs
- pkgver = 3.4.0
+ pkgver = 3.4.1
pkgrel = 1
url = https://github.com/mvdan/sh
arch = x86_64
- arch = i386
+ arch = i686
arch = armv7h
arch = aarch64
license = BSD
depends = glibc
provides = shfmt
conflicts = shfmt
- noextract = shfmt-bin-3.4.0.LICENSE
- noextract = shfmt-bin-3.4.0.shfmt
- source = shfmt-bin-3.4.0.LICENSE::https://raw.githubusercontent.com/mvdan/sh/v3.4.0/LICENSE
+ noextract = shfmt-bin-3.4.1.LICENSE
+ noextract = shfmt-bin-3.4.1.shfmt
+ source = shfmt-bin-3.4.1.LICENSE::https://raw.githubusercontent.com/mvdan/sh/v3.4.1/LICENSE
sha256sums = ce63850f77649f00d1394045e2794ffb09a5596beabac51c9548edd958845d7c
- source_x86_64 = shfmt-bin-3.4.0.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.0/shfmt_v3.4.0_linux_amd64
- sha256sums_x86_64 = 5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9
- source_i386 = shfmt-bin-3.4.0.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.0/shfmt_v3.4.0_linux_386
- sha256sums_i386 = 5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9
- source_armv7h = shfmt-bin-3.4.0.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.0/shfmt_v3.4.0_linux_arm
- sha256sums_armv7h = 5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9
- source_aarch64 = shfmt-bin-3.4.0.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.0/shfmt_v3.4.0_linux_arm64
- sha256sums_aarch64 = 5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9
+ source_x86_64 = shfmt-bin-3.4.1.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.1/shfmt_v3.4.1_linux_amd64
+ sha256sums_x86_64 = 0c321e80a97cee3ffbff0579ad9f79805f622b306b507d674da00e3caedb8714
+ source_i686 = shfmt-bin-3.4.1.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.1/shfmt_v3.4.1_linux_386
+ sha256sums_i686 = 823d33f3ec49a6ee949682f44e53b912a2a5bf0feca60d019e7eb1fd4fda59fc
+ source_armv7h = shfmt-bin-3.4.1.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.1/shfmt_v3.4.1_linux_arm
+ sha256sums_armv7h = dda1fd6cdfa1a7c0b564591d0164c668d45110d2179d760f12411d4354b150c1
+ source_aarch64 = shfmt-bin-3.4.1.shfmt::https://github.com/mvdan/sh/releases/download/v3.4.1/shfmt_v3.4.1_linux_arm64
+ sha256sums_aarch64 = dc8e0524ab9fc11bca3a363fef62dd8ffd3c2b3f04d780e46b349b7917a8f187
pkgname = shfmt-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 64fedc016313..1a2530447d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=shfmt-bin
_pkgname=shfmt
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="Format shell programs"
-arch=('x86_64' 'i386' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/mvdan/sh"
license=('BSD')
depends=('glibc')
@@ -16,17 +16,17 @@ conflicts=('shfmt')
source=("$pkgname-$pkgver.LICENSE::https://raw.githubusercontent.com/mvdan/sh/v$pkgver/LICENSE")
_source_base="$pkgname-$pkgver.$_pkgname::$url/releases/download/v$pkgver"
source_x86_64=("$_source_base/${_pkgname}_v${pkgver}_linux_amd64")
-source_i386=("$_source_base/${_pkgname}_v${pkgver}_linux_386")
+source_i686=("$_source_base/${_pkgname}_v${pkgver}_linux_386")
source_armv7h=("$_source_base/${_pkgname}_v${pkgver}_linux_arm")
source_aarch64=("$_source_base/${_pkgname}_v${pkgver}_linux_arm64")
noextract=("$pkgname-$pkgver.LICENSE" "$pkgname-$pkgver.$_pkgname")
sha256sums=('ce63850f77649f00d1394045e2794ffb09a5596beabac51c9548edd958845d7c')
-sha256sums_x86_64=('5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9')
-sha256sums_i386=('5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9')
-sha256sums_armv7h=('5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9')
-sha256sums_aarch64=('5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9')
+sha256sums_x86_64=('0c321e80a97cee3ffbff0579ad9f79805f622b306b507d674da00e3caedb8714')
+sha256sums_i686=('823d33f3ec49a6ee949682f44e53b912a2a5bf0feca60d019e7eb1fd4fda59fc')
+sha256sums_armv7h=('dda1fd6cdfa1a7c0b564591d0164c668d45110d2179d760f12411d4354b150c1')
+sha256sums_aarch64=('dc8e0524ab9fc11bca3a363fef62dd8ffd3c2b3f04d780e46b349b7917a8f187')
package() {
install -Dm755 "$pkgname-$pkgver.$_pkgname" "$pkgdir/usr/bin/$_pkgname"