Skip to content

Commit e2e14a4

Browse files
committed
chore: updating version 2.17.0
1 parent ae4dde4 commit e2e14a4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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.16.1
3+
pkgver = 2.17.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.16.1/coder_2.16.1_linux_amd64.tar.gz
14-
sha256sums_x86_64 = 32ffb8c45ba2973194e1c70385cf97864e7e70df22c40f00a62e72389b50db16
15-
source_aarch64 = https://github.com/coder/coder/releases/download/v2.16.1/coder_2.16.1_linux_arm64.tar.gz
16-
sha256sums_aarch64 = 1f34bb34a9da825cdcb4414b9e630357a3f804f34eaaa0af4f563a88effe6b6b
17-
source_armv7h = https://github.com/coder/coder/releases/download/v2.16.1/coder_2.16.1_linux_armv7.tar.gz
18-
sha256sums_armv7h = 513b78e341a5062cf281dc8bc501a36101857767e9ba161f4197a0b31d542a5f
13+
source_x86_64 = https://github.com/coder/coder/releases/download/v2.17.0/coder_2.17.0_linux_amd64.tar.gz
14+
sha256sums_x86_64 = e3cfe8c661b42237204b3ec3f3e41bf854db96ea3fb6ddf70c4ca1afb685feee
15+
source_aarch64 = https://github.com/coder/coder/releases/download/v2.17.0/coder_2.17.0_linux_arm64.tar.gz
16+
sha256sums_aarch64 = b2e2e36ec3d7ecf1c2090c457da0555489c3ff3330d92f893a5f7b955c8781d8
17+
source_armv7h = https://github.com/coder/coder/releases/download/v2.17.0/coder_2.17.0_linux_armv7.tar.gz
18+
sha256sums_armv7h = 826c6cf7b2dc23eeb503e9aa6db5a21e34c40504ef0f710504a5417e16da76b1
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.16.1
3+
pkgver=2.17.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=('32ffb8c45ba2973194e1c70385cf97864e7e70df22c40f00a62e72389b50db16')
22-
sha256sums_aarch64=('1f34bb34a9da825cdcb4414b9e630357a3f804f34eaaa0af4f563a88effe6b6b')
23-
sha256sums_armv7h=('513b78e341a5062cf281dc8bc501a36101857767e9ba161f4197a0b31d542a5f')
21+
sha256sums_x86_64=('e3cfe8c661b42237204b3ec3f3e41bf854db96ea3fb6ddf70c4ca1afb685feee')
22+
sha256sums_aarch64=('b2e2e36ec3d7ecf1c2090c457da0555489c3ff3330d92f893a5f7b955c8781d8')
23+
sha256sums_armv7h=('826c6cf7b2dc23eeb503e9aa6db5a21e34c40504ef0f710504a5417e16da76b1')

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ main() {
4747
echo "Committing and pushing to GitHub"
4848
git add .
4949
git commit -m "chore: updating version $CODER_VERSION_TO_UPDATE"
50-
git push
50+
#git push
5151
echo "Action required: make sure to push to aur: git push aur"
5252
}
5353

0 commit comments

Comments
 (0)