Skip to content

chore: bump version to 4.9.0 #24

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 6, 2022
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.8.3
pkgver = 4.9.0
pkgrel = 1
url = https://github.com/cdr/code-server
arch = x86_64
arch = aarch64
license = MIT
depends = glibc
source = code-server-4.8.3-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.8.3/ci/build/code-server-user.service
source = code-server-4.8.3@.service::https://raw.githubusercontent.com/cdr/code-server/v4.8.3/ci/build/[email protected]
source = code-server-4.9.0-user.service::https://raw.githubusercontent.com/cdr/code-server/v4.9.0/ci/build/code-server-user.service
source = code-server-4.9.0@.service::https://raw.githubusercontent.com/cdr/code-server/v4.9.0/ci/build/[email protected]
sha512sums = 7040df09c7404a56dbbb32e09d04ead3b622773520feae19c6710656cef46ca5d79b1972bfebb931e309e495d041b9938cd6a51c39fc0f8f6133dfe711be9280
sha512sums = ab8e679c05f6184f163dccf0651e8c1fac22a29ae583148f8c93b6930ece27cdff45a48b425e8b15b8c8ce749015680a3ae8225b7e8037979ff3d228f396f629
source_x86_64 = https://github.com/cdr/code-server/releases/download/v4.8.3/code-server-4.8.3-linux-amd64.tar.gz
sha512sums_x86_64 = c074007129082819b70be588f5f1f81613f7b12d4b2bc9a606f56767747c13c62707c54694bdbc5a27da60027c0a9cc98efc3e5c64e05c0947dcb45b551efb4d
source_aarch64 = https://github.com/cdr/code-server/releases/download/v4.8.3/code-server-4.8.3-linux-arm64.tar.gz
sha512sums_aarch64 = 07322fdd92b8986445d6ade10aa25f59353bed280c4c61cce307a67281353ea41d3d813065bb734fdbfc06fef65f19c4027ae690b7d165fe8bdbfea5c4f3fc20
source_x86_64 = https://github.com/cdr/code-server/releases/download/v4.9.0/code-server-4.9.0-linux-amd64.tar.gz
sha512sums_x86_64 = be927f21ccf211d3c04e9386a2448c1455057b2559589b3abf0bbcef536b3c2049635c75d2d7a8e6b5c7a8f921d85839c8b647692da634bbe074ab63be9593cb
source_aarch64 = https://github.com/cdr/code-server/releases/download/v4.9.0/code-server-4.9.0-linux-arm64.tar.gz
sha512sums_aarch64 = 321f73a24295f1a5867207260a51e2129bc0f447413cd3f74589647fd58bb2f5ad2956c7baa6572c4a2d42dada8dca4180027b2252a544042b62c14d054bd594

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.8.3
pkgver=4.9.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=('c074007129082819b70be588f5f1f81613f7b12d4b2bc9a606f56767747c13c62707c54694bdbc5a27da60027c0a9cc98efc3e5c64e05c0947dcb45b551efb4d')
sha512sums_aarch64=('07322fdd92b8986445d6ade10aa25f59353bed280c4c61cce307a67281353ea41d3d813065bb734fdbfc06fef65f19c4027ae690b7d165fe8bdbfea5c4f3fc20')
sha512sums_x86_64=('be927f21ccf211d3c04e9386a2448c1455057b2559589b3abf0bbcef536b3c2049635c75d2d7a8e6b5c7a8f921d85839c8b647692da634bbe074ab63be9593cb')
sha512sums_aarch64=('321f73a24295f1a5867207260a51e2129bc0f447413cd3f74589647fd58bb2f5ad2956c7baa6572c4a2d42dada8dca4180027b2252a544042b62c14d054bd594')
package() {
if [[ ${CARCH} == x86_64 ]]; then
release_name+=-amd64
Expand Down