Skip to content

chore: bump version to 4.22.0 #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
pkgbase = code-server
pkgdesc = VS Code in the browser
pkgver = 4.21.0
pkgver = 4.22.0
pkgrel = 1
url = https://github.com/cdr/code-server
arch = x86_64
arch = aarch64
license = MIT
depends = glibc
source = code-server-4.21.0-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.21.0/ci/build/code-server-user.service
source = code-server-4.21[email protected]::https://raw.githubusercontent.com/cdr/code-server/v4.21.0/ci/build/[email protected]
source = code-server-4.22.0-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.22.0/ci/build/code-server-user.service
source = code-server-4.22[email protected]::https://raw.githubusercontent.com/cdr/code-server/v4.22.0/ci/build/[email protected]
sha512sums = 7040df09c7404a56dbbb32e09d04ead3b622773520feae19c6710656cef46ca5d79b1972bfebb931e309e495d041b9938cd6a51c39fc0f8f6133dfe711be9280
sha512sums = ab8e679c05f6184f163dccf0651e8c1fac22a29ae583148f8c93b6930ece27cdff45a48b425e8b15b8c8ce749015680a3ae8225b7e8037979ff3d228f396f629
source_x86_64 = https://github.com/cdr/code-server/releases/download/v4.21.0/code-server-4.21.0-linux-amd64.tar.gz
sha512sums_x86_64 = 2771194457f6059f544a4cb4454b64ef7b17fbb0fafeb72ca0e29ab7d1adff00da6318272eed9d76083b8860725214bd750de111849b8ded128cb7c2d1c8aaa6
source_aarch64 = https://github.com/cdr/code-server/releases/download/v4.21.0/code-server-4.21.0-linux-arm64.tar.gz
sha512sums_aarch64 = 0f6940347f1ea959338cd0bae5524c3085ac8b2f624c117ed74852ec8b8dce12cf3c905585517d7f8f1004b473dafa7be1354152dad2a60a679235e2b4f9ad8e
source_x86_64 = https://github.com/cdr/code-server/releases/download/v4.22.0/code-server-4.22.0-linux-amd64.tar.gz
sha512sums_x86_64 = d80efca8d38cfe5b3dfdbe6eb37b849eb3f098aebacdbe4ec1a0bd475bc3f38707a184044cd76f1cfd92ea6d98ed4bf8aa61aa38b6b4ab2ca500ba15a69c64c2
source_aarch64 = https://github.com/cdr/code-server/releases/download/v4.22.0/code-server-4.22.0-linux-arm64.tar.gz
sha512sums_aarch64 = acdcd50b7d1875c7579996b1c568ca4323503e38fc3e68d9e5ad6cb24b1fd4d4c9fa6f170175d53536ea5832c25983daaf5c264ed02e388c4e391a419463d9d2

pkgname = code-server
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Contributor: Anmol <[email protected]>

pkgname=code-server
pkgver=4.21.0
pkgver=4.22.0
pkgrel=1
pkgdesc="VS Code in the browser"
arch=("x86_64" "aarch64")
Expand All @@ -26,8 +26,8 @@ source_aarch64=(
)
sha512sums=('7040df09c7404a56dbbb32e09d04ead3b622773520feae19c6710656cef46ca5d79b1972bfebb931e309e495d041b9938cd6a51c39fc0f8f6133dfe711be9280'
'ab8e679c05f6184f163dccf0651e8c1fac22a29ae583148f8c93b6930ece27cdff45a48b425e8b15b8c8ce749015680a3ae8225b7e8037979ff3d228f396f629')
sha512sums_x86_64=('2771194457f6059f544a4cb4454b64ef7b17fbb0fafeb72ca0e29ab7d1adff00da6318272eed9d76083b8860725214bd750de111849b8ded128cb7c2d1c8aaa6')
sha512sums_aarch64=('0f6940347f1ea959338cd0bae5524c3085ac8b2f624c117ed74852ec8b8dce12cf3c905585517d7f8f1004b473dafa7be1354152dad2a60a679235e2b4f9ad8e')
sha512sums_x86_64=('d80efca8d38cfe5b3dfdbe6eb37b849eb3f098aebacdbe4ec1a0bd475bc3f38707a184044cd76f1cfd92ea6d98ed4bf8aa61aa38b6b4ab2ca500ba15a69c64c2')
sha512sums_aarch64=('acdcd50b7d1875c7579996b1c568ca4323503e38fc3e68d9e5ad6cb24b1fd4d4c9fa6f170175d53536ea5832c25983daaf5c264ed02e388c4e391a419463d9d2')
package() {
if [[ ${CARCH} == x86_64 ]]; then
release_name+=-amd64
Expand Down