summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhorcys2023-02-06 00:45:10 +0100
committerPhorcys2023-02-06 00:45:10 +0100
commit9576535d48db8afad8964c64640c7a0eea2c73ed (patch)
treeba91fb231663231599caa3412a663f61188509f9
parente9c73c6ffaba02d54cdaeb0899111dd557741ae8 (diff)
downloadaur-9576535d48db8afad8964c64640c7a0eea2c73ed.tar.gz
Bump to v0.15.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51319bf7d77a..fae915182bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = coder-bin
pkgdesc = Remote development environments on your infrastructure provisioned with Terraform
- pkgver = 0.15.1
+ pkgver = 0.15.2
pkgrel = 1
url = https://coder.com
arch = x86_64
arch = aarch64
arch = armv7h
license = AGPL3
- source_x86_64 = https://github.com/coder/coder/releases/download/v0.15.1/coder_0.15.1_linux_amd64.tar.gz
- sha256sums_x86_64 = 1da3c761e23b1ff73741a0012f6c11e469d90004262b26c0e52912f3f9f97e84
- source_aarch64 = https://github.com/coder/coder/releases/download/v0.15.1/coder_0.15.1_linux_arm64.tar.gz
- sha256sums_aarch64 = d14b5c93708e91e9de78ea1fecc19a6f7361ae9713bc598efa87db5fd67c7f3e
- source_armv7h = https://github.com/coder/coder/releases/download/v0.15.1/coder_0.15.1_linux_armv7.tar.gz
- sha256sums_armv7h = 47a88684c8ff2b998ead0b5055aa4a9894aab36f28e82fd130961adf74af17e0
+ source_x86_64 = https://github.com/coder/coder/releases/download/v0.15.2/coder_0.15.2_linux_amd64.tar.gz
+ sha256sums_x86_64 = 3a72a0024b2d5498e4d3b4e0322b4f0c6e476205db033a268c5df9388fc6604e
+ source_aarch64 = https://github.com/coder/coder/releases/download/v0.15.2/coder_0.15.2_linux_arm64.tar.gz
+ sha256sums_aarch64 = ec953ec7a7930d0ca5a15c6bbc02075bbff9b84f9294934cff1d46c790840dcc
+ source_armv7h = https://github.com/coder/coder/releases/download/v0.15.2/coder_0.15.2_linux_armv7.tar.gz
+ sha256sums_armv7h = 048dfa290a0ff2e0af608fbfeda4c085cc4977d07a0565e274ffddb6e7ab322e
pkgname = coder-bin
diff --git a/PKGBUILD b/PKGBUILD
index c58ad3b1decc..ef7bd56cdbbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phorcys <aur@phorcys.net>
pkgname=coder-bin
-pkgver="0.15.1"
+pkgver="0.15.2"
pkgrel=1
pkgdesc="Remote development environments on your infrastructure provisioned with Terraform"
arch=("x86_64" "aarch64" "armv7h")
@@ -10,9 +10,9 @@ license=("AGPL3")
source_x86_64=("https://github.com/coder/coder/releases/download/v${pkgver}/coder_${pkgver}_linux_amd64.tar.gz")
source_aarch64=("https://github.com/coder/coder/releases/download/v${pkgver}/coder_${pkgver}_linux_arm64.tar.gz")
source_armv7h=("https://github.com/coder/coder/releases/download/v${pkgver}/coder_${pkgver}_linux_armv7.tar.gz")
-sha256sums_x86_64=('1da3c761e23b1ff73741a0012f6c11e469d90004262b26c0e52912f3f9f97e84')
-sha256sums_aarch64=('d14b5c93708e91e9de78ea1fecc19a6f7361ae9713bc598efa87db5fd67c7f3e')
-sha256sums_armv7h=('47a88684c8ff2b998ead0b5055aa4a9894aab36f28e82fd130961adf74af17e0')
+sha256sums_x86_64=('3a72a0024b2d5498e4d3b4e0322b4f0c6e476205db033a268c5df9388fc6604e')
+sha256sums_aarch64=('ec953ec7a7930d0ca5a15c6bbc02075bbff9b84f9294934cff1d46c790840dcc')
+sha256sums_armv7h=('048dfa290a0ff2e0af608fbfeda4c085cc4977d07a0565e274ffddb6e7ab322e')
package() {
cd "$srcdir"