Skip to content

chore: bump version to 4.96.2 #61

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
Dec 20, 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.96.1
pkgver = 4.96.2
pkgrel = 1
url = https://github.com/coder/code-server
arch = x86_64
arch = aarch64
license = MIT
depends = glibc
source = code-server-4.96.1-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.96.1/ci/build/code-server-user.service
source = code-server-4.96.1@.service::https://raw.githubusercontent.com/cdr/code-server/v4.96.1/ci/build/[email protected]
source = code-server-4.96.2-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.96.2/ci/build/code-server-user.service
source = code-server-4.96.2@.service::https://raw.githubusercontent.com/cdr/code-server/v4.96.2/ci/build/[email protected]
sha512sums = 7040df09c7404a56dbbb32e09d04ead3b622773520feae19c6710656cef46ca5d79b1972bfebb931e309e495d041b9938cd6a51c39fc0f8f6133dfe711be9280
sha512sums = ab8e679c05f6184f163dccf0651e8c1fac22a29ae583148f8c93b6930ece27cdff45a48b425e8b15b8c8ce749015680a3ae8225b7e8037979ff3d228f396f629
source_x86_64 = https://github.com/coder/code-server/releases/download/v4.96.1/code-server-4.96.1-linux-amd64.tar.gz
sha512sums_x86_64 = e6b5a26d91eae7a8be492da7ef63307b4d8c425341daf99569a95f264187ce7a7c420a3f3b783c889e5d2042054690c4bbafa3844d7c7c3fcb98833a6fb7e82b
source_aarch64 = https://github.com/coder/code-server/releases/download/v4.96.1/code-server-4.96.1-linux-arm64.tar.gz
sha512sums_aarch64 = 70cf4bdd1a237404954892c4ac6e24d86c51d6e2fb264c051a0a9e393898ea77503a03f55cad7a3c431f17b99e73e164358dcc184faa5d21923fa291827044f7
source_x86_64 = https://github.com/coder/code-server/releases/download/v4.96.2/code-server-4.96.2-linux-amd64.tar.gz
sha512sums_x86_64 = 5a649b7a51823a3304f520253b06e1c75f92d2c9cf415c7da2a64691886b16ec438a638aaadca00cf35f361cc9907c29dc4499dcc01dd682b6b8a0052d089ded
source_aarch64 = https://github.com/coder/code-server/releases/download/v4.96.2/code-server-4.96.2-linux-arm64.tar.gz
sha512sums_aarch64 = b81891ec9149116bf4a15b38a173e32121506fb5328caa5dcc2afe491422cc1ef4ffd617b079ca50cf218b71a29edc0482f6c530ff103f9526fdf1fbb08487fb

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.96.1
pkgver=4.96.2
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=('e6b5a26d91eae7a8be492da7ef63307b4d8c425341daf99569a95f264187ce7a7c420a3f3b783c889e5d2042054690c4bbafa3844d7c7c3fcb98833a6fb7e82b')
sha512sums_aarch64=('70cf4bdd1a237404954892c4ac6e24d86c51d6e2fb264c051a0a9e393898ea77503a03f55cad7a3c431f17b99e73e164358dcc184faa5d21923fa291827044f7')
sha512sums_x86_64=('5a649b7a51823a3304f520253b06e1c75f92d2c9cf415c7da2a64691886b16ec438a638aaadca00cf35f361cc9907c29dc4499dcc01dd682b6b8a0052d089ded')
sha512sums_aarch64=('b81891ec9149116bf4a15b38a173e32121506fb5328caa5dcc2afe491422cc1ef4ffd617b079ca50cf218b71a29edc0482f6c530ff103f9526fdf1fbb08487fb')
package() {
if [[ ${CARCH} == x86_64 ]]; then
release_name+=-amd64
Expand Down