Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f90c13a

Browse files
committed
chore: updating version 2.20.2
1 parent 56025b8 commit f90c13a

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.1
3+
pkgver = 2.20.2
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.1/coder_2.20.1_linux_amd64.tar.gz
14-
sha256sums_x86_64 = a6d256500f93e8bf1f1fd5564f83124a6bab94258d697f96d3178caa95b9c80f
15-
source_aarch64 = https://github.com/coder/coder/releases/download/v2.20.1/coder_2.20.1_linux_arm64.tar.gz
16-
sha256sums_aarch64 = 126ba5c80f5fbb61e100bf2deb2507cf3770398500eff0b51de1d92ce62003f5
17-
source_armv7h = https://github.com/coder/coder/releases/download/v2.20.1/coder_2.20.1_linux_armv7.tar.gz
18-
sha256sums_armv7h = d3f5749f1b722f8465983c87b4b3aced3d2abc8f355b2e419807f2d1230ab149
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
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 <[email protected]>
22
pkgname=coder-bin
3-
pkgver=2.20.1
3+
pkgver=2.20.2
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=('a6d256500f93e8bf1f1fd5564f83124a6bab94258d697f96d3178caa95b9c80f')
22-
sha256sums_aarch64=('126ba5c80f5fbb61e100bf2deb2507cf3770398500eff0b51de1d92ce62003f5')
23-
sha256sums_armv7h=('d3f5749f1b722f8465983c87b4b3aced3d2abc8f355b2e419807f2d1230ab149')
21+
sha256sums_x86_64=('414210b9a9541dbd18522d8973237566639fe143bac13deb039ded973aba58a2')
22+
sha256sums_aarch64=('22b9d31a6bdc5f80bd72f7623db9a1c4b758145f8224eac7b3c77d21f8087f39')
23+
sha256sums_armv7h=('2ceabbbe3d6be444366f8b292377be0f908010f04d9d1bb8bdd1f3d40d84e916')

0 commit comments

Comments
 (0)