Skip to content

Commit feae2f3

Browse files
committed
chore: updating version 2.21.3
1 parent 8ac1547 commit feae2f3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.SRCINFO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = coder-bin
22
pkgdesc = Remote development environments on your infrastructure provisioned with Terraform
3-
pkgver = 2.21.0
3+
pkgver = 2.21.3
44
pkgrel = 2
55
url = https://coder.com
66
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = coder-bin
1010
license = AGPL3
1111
provides = coder
1212
provides = coder-client
13-
source_x86_64 = https://github.com/coder/coder/releases/download/v2.21.0/coder_2.21.0_linux_amd64.tar.gz
14-
sha256sums_x86_64 = 092651d2f648f44c8ab8e5f3bb16364c4941ac563ae74711eeb776b2447fbf7b
15-
source_aarch64 = https://github.com/coder/coder/releases/download/v2.21.0/coder_2.21.0_linux_arm64.tar.gz
16-
sha256sums_aarch64 = 8e925a691515460d6dfcf0b8ce7ccd08a7d6779763a95db1e3ac625e04c4d026
17-
source_armv7h = https://github.com/coder/coder/releases/download/v2.21.0/coder_2.21.0_linux_armv7.tar.gz
18-
sha256sums_armv7h = 98cae0a3fd056eba7511c6897e2c7ce244b5d3dd1ab244dc196d5ba478d76b71
13+
source_x86_64 = https://github.com/coder/coder/releases/download/v2.21.3/coder_2.21.3_linux_amd64.tar.gz
14+
sha256sums_x86_64 = 9f94415e38e351f828d71613d5ab6223733ae7f91024d1e443cab48cf89f4458
15+
source_aarch64 = https://github.com/coder/coder/releases/download/v2.21.3/coder_2.21.3_linux_arm64.tar.gz
16+
sha256sums_aarch64 = 202230932bb89555e5b03cddd2eaef770eeef7c3cb3c2967667dbba81333e20b
17+
source_armv7h = https://github.com/coder/coder/releases/download/v2.21.3/coder_2.21.3_linux_armv7.tar.gz
18+
sha256sums_armv7h = 42ef62cf52999ea8e2b42d26320938595df6878b4b1bb7c4448d5f58e7dcee7c
1919

2020
pkgname = coder-bin

PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Phorcys <aur@phorcys.net>
22
pkgname=coder-bin
3-
pkgver=2.21.0
3+
pkgver=2.21.3
44
pkgrel=2
55
pkgdesc='Remote development environments on your infrastructure provisioned with Terraform'
66
arch=('x86_64' 'aarch64' 'armv7h')
@@ -18,6 +18,6 @@ package() {
1818

1919
install -Dm755 coder "${pkgdir}/usr/bin/coder"
2020
}
21-
sha256sums_x86_64=('092651d2f648f44c8ab8e5f3bb16364c4941ac563ae74711eeb776b2447fbf7b')
22-
sha256sums_aarch64=('8e925a691515460d6dfcf0b8ce7ccd08a7d6779763a95db1e3ac625e04c4d026')
23-
sha256sums_armv7h=('98cae0a3fd056eba7511c6897e2c7ce244b5d3dd1ab244dc196d5ba478d76b71')
21+
sha256sums_x86_64=('9f94415e38e351f828d71613d5ab6223733ae7f91024d1e443cab48cf89f4458')
22+
sha256sums_aarch64=('202230932bb89555e5b03cddd2eaef770eeef7c3cb3c2967667dbba81333e20b')
23+
sha256sums_armv7h=('42ef62cf52999ea8e2b42d26320938595df6878b4b1bb7c4448d5f58e7dcee7c')

0 commit comments

Comments
 (0)