Skip to content

Commit 56025b8

Browse files
committed
chore: updating version 2.20.1
1 parent f575bd8 commit 56025b8

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.19.1
3+
pkgver = 2.20.1
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.19.1/coder_2.19.1_linux_amd64.tar.gz
14-
sha256sums_x86_64 = c3cc844f88e9b8d9ff0ecc05949f10a4a4b962323d82cd0e4e64340f57f92591
15-
source_aarch64 = https://github.com/coder/coder/releases/download/v2.19.1/coder_2.19.1_linux_arm64.tar.gz
16-
sha256sums_aarch64 = f0126b323d2cd8cce00ae796956b062a7b44901c16eeb058645fb93b79552cdd
17-
source_armv7h = https://github.com/coder/coder/releases/download/v2.19.1/coder_2.19.1_linux_armv7.tar.gz
18-
sha256sums_armv7h = aa289415ef531a9f2e35fd55cfb772844cc50aabf3f6350b80421a339742f4d6
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
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.19.1
3+
pkgver=2.20.1
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=('c3cc844f88e9b8d9ff0ecc05949f10a4a4b962323d82cd0e4e64340f57f92591')
22-
sha256sums_aarch64=('f0126b323d2cd8cce00ae796956b062a7b44901c16eeb058645fb93b79552cdd')
23-
sha256sums_armv7h=('aa289415ef531a9f2e35fd55cfb772844cc50aabf3f6350b80421a339742f4d6')
21+
sha256sums_x86_64=('a6d256500f93e8bf1f1fd5564f83124a6bab94258d697f96d3178caa95b9c80f')
22+
sha256sums_aarch64=('126ba5c80f5fbb61e100bf2deb2507cf3770398500eff0b51de1d92ce62003f5')
23+
sha256sums_armv7h=('d3f5749f1b722f8465983c87b4b3aced3d2abc8f355b2e419807f2d1230ab149')

0 commit comments

Comments
 (0)