File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = coder-bin
2
2
pkgdesc = Remote development environments on your infrastructure provisioned with Terraform
3
- pkgver = 2.16.1
3
+ pkgver = 2.17.0
4
4
pkgrel = 2
5
5
url = https://coder.com
6
6
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = coder-bin
10
10
license = AGPL3
11
11
provides = coder
12
12
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
19
19
20
20
pkgname = coder-bin
Original file line number Diff line number Diff line change 1
1
# Maintainer: Phorcys <aur@phorcys.net>
2
2
pkgname=coder-bin
3
- pkgver=2.16.1
3
+ pkgver=2.17.0
4
4
pkgrel=2
5
5
pkgdesc=' Remote development environments on your infrastructure provisioned with Terraform'
6
6
arch=(' x86_64' ' aarch64' ' armv7h' )
@@ -18,6 +18,6 @@ package() {
18
18
19
19
install -Dm755 coder " ${pkgdir} /usr/bin/coder"
20
20
}
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 ' )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ main() {
47
47
echo " Committing and pushing to GitHub"
48
48
git add .
49
49
git commit -m " chore: updating version $CODER_VERSION_TO_UPDATE "
50
- git push
50
+ # git push
51
51
echo " Action required: make sure to push to aur: git push aur"
52
52
}
53
53
You can’t perform that action at this time.
0 commit comments