Skip to content

Commit 8ac1547

Browse files
committed
chore: updating version 2.21.0
1 parent f90c13a commit 8ac1547

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.20.2
3+
pkgver = 2.21.0
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.20.2/coder_2.20.2_linux_amd64.tar.gz
14-
sha256sums_x86_64 = 414210b9a9541dbd18522d8973237566639fe143bac13deb039ded973aba58a2
15-
source_aarch64 = https://github.com/coder/coder/releases/download/v2.20.2/coder_2.20.2_linux_arm64.tar.gz
16-
sha256sums_aarch64 = 22b9d31a6bdc5f80bd72f7623db9a1c4b758145f8224eac7b3c77d21f8087f39
17-
source_armv7h = https://github.com/coder/coder/releases/download/v2.20.2/coder_2.20.2_linux_armv7.tar.gz
18-
sha256sums_armv7h = 2ceabbbe3d6be444366f8b292377be0f908010f04d9d1bb8bdd1f3d40d84e916
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
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.20.2
3+
pkgver=2.21.0
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=('414210b9a9541dbd18522d8973237566639fe143bac13deb039ded973aba58a2')
22-
sha256sums_aarch64=('22b9d31a6bdc5f80bd72f7623db9a1c4b758145f8224eac7b3c77d21f8087f39')
23-
sha256sums_armv7h=('2ceabbbe3d6be444366f8b292377be0f908010f04d9d1bb8bdd1f3d40d84e916')
21+
sha256sums_x86_64=('092651d2f648f44c8ab8e5f3bb16364c4941ac563ae74711eeb776b2447fbf7b')
22+
sha256sums_aarch64=('8e925a691515460d6dfcf0b8ce7ccd08a7d6779763a95db1e3ac625e04c4d026')
23+
sha256sums_armv7h=('98cae0a3fd056eba7511c6897e2c7ce244b5d3dd1ab244dc196d5ba478d76b71')

0 commit comments

Comments
 (0)