Skip to content

Commit

Permalink
Merge pull request #15 from chaotic-cx/update-visual-studio-code-bin
Browse files Browse the repository at this point in the history
chore(visual-studio-code-bin): PKGBUILD modified [deploy visual-studio-code-bin]
  • Loading branch information
dr460nf1r3 authored May 20, 2024
2 parents c3abf19 + a3fd2e2 commit 41c3846
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
1 change: 0 additions & 1 deletion visual-studio-code-bin/.CI/config
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
CI_PKGBUILD_TIMESTAMP=1713016989
CI_PKGBUILD_SOURCE=aur
20 changes: 10 additions & 10 deletions visual-studio-code-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = visual-studio-code-bin
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.88.1
pkgrel = 1
pkgver = 1.89.1
pkgrel = 2
url = https://code.visualstudio.com/
install = visual-studio-code-bin.install
arch = x86_64
Expand Down Expand Up @@ -32,15 +32,15 @@ pkgbase = visual-studio-code-bin
source = code-url-handler.desktop
source = visual-studio-code-workspace.xml
source = visual-studio-code-bin.sh
sha256sums = 10a5ee77a89fc934bcbd3e2a41a2ec4bd51d3cd048702f6d739ecec9eb3a7c4b
sha256sums = 2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc
sha256sums = b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a
sha256sums = 89a417423b3acfb3ed1d044cb4c12014241f3c67f494d651e9bddffce1f85b82
sha256sums = 24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6
sha256sums = 8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe
source_x86_64 = code_x64_1.88.1.tar.gz::https://update.code.visualstudio.com/1.88.1/linux-x64/stable
sha256sums_x86_64 = 6272a8e634d68ae95cf2d98d9b45cf8b36fe4df48634d2ae22e08437f9e1a992
source_aarch64 = code_arm64_1.88.1.tar.gz::https://update.code.visualstudio.com/1.88.1/linux-arm64/stable
sha256sums_aarch64 = 352b367383bdc23f7dd268b65a1ee7acb5b2300a7c9ffa42c8a81646626dd903
source_armv7h = code_armhf_1.88.1.tar.gz::https://update.code.visualstudio.com/1.88.1/linux-armhf/stable
sha256sums_armv7h = 7ba0f07fe52a223fa9b3e4c227a4b9f6d6f135eaf9dee54bbab598addd60adc9
source_x86_64 = code_x64_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-x64/stable
sha256sums_x86_64 = 5d7bdd5a40f46b06ee2265a2598e3e1c4e53adbe35969f3d9350e66b1e22d0fd
source_aarch64 = code_arm64_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-arm64/stable
sha256sums_aarch64 = 11bfb95177174980374a9c1e1dfef54433d659319950c90c728b5fd7daff4467
source_armv7h = code_armhf_1.89.1.tar.gz::https://update.code.visualstudio.com/1.89.1/linux-armhf/stable
sha256sums_armv7h = 7380d315cc0c8316436237b9cb56a1a130b3033a596acae721f78f5757df4107

pkgname = visual-studio-code-bin
14 changes: 7 additions & 7 deletions visual-studio-code-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.88.1
pkgrel=1
pkgver=1.89.1
pkgrel=2
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
Expand All @@ -25,13 +25,13 @@ source_aarch64=(code_arm64_${pkgver}.tar.gz::https://update.code.visualstudio.co
source_armv7h=(code_armhf_${pkgver}.tar.gz::https://update.code.visualstudio.com/${pkgver}/linux-armhf/stable)

# This generates cleaner checksums
sha256sums=('10a5ee77a89fc934bcbd3e2a41a2ec4bd51d3cd048702f6d739ecec9eb3a7c4b'
'2264dd138b77358709aa49fb3a7fe7d1b05b7ab0715760d66958000107bdd3dc'
sha256sums=('b8d55bc61c7c974087930168c2ff93e3ff28cf09e023d02db410d6e5723c361a'
'89a417423b3acfb3ed1d044cb4c12014241f3c67f494d651e9bddffce1f85b82'
'24ba09a6398c9781ed7cb6f1a9f6f38ec204899ba1f33db92638bf6d3cb0aed6'
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
sha256sums_x86_64=('6272a8e634d68ae95cf2d98d9b45cf8b36fe4df48634d2ae22e08437f9e1a992')
sha256sums_aarch64=('352b367383bdc23f7dd268b65a1ee7acb5b2300a7c9ffa42c8a81646626dd903')
sha256sums_armv7h=('7ba0f07fe52a223fa9b3e4c227a4b9f6d6f135eaf9dee54bbab598addd60adc9')
sha256sums_x86_64=('5d7bdd5a40f46b06ee2265a2598e3e1c4e53adbe35969f3d9350e66b1e22d0fd')
sha256sums_aarch64=('11bfb95177174980374a9c1e1dfef54433d659319950c90c728b5fd7daff4467')
sha256sums_armv7h=('7380d315cc0c8316436237b9cb56a1a130b3033a596acae721f78f5757df4107')

package() {
_pkg=VSCode-linux-x64
Expand Down
1 change: 1 addition & 0 deletions visual-studio-code-bin/code-url-handler.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Icon=visual-studio-code
Type=Application
NoDisplay=true
StartupNotify=true
StartupWMClass=code-url-handler
Categories=TextEditor;Development;IDE;
MimeType=x-scheme-handler/vscode;
Keywords=vscode;
2 changes: 1 addition & 1 deletion visual-studio-code-bin/code.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name=Visual Studio Code
Comment=Code Editing. Refined.
GenericName=Text Editor
Exec=/usr/bin/code --unity-launch %F
Exec=/usr/bin/code %F
Icon=visual-studio-code
Type=Application
StartupNotify=false
Expand Down
4 changes: 2 additions & 2 deletions visual-studio-code-bin/visual-studio-code-bin.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Colored makepkg-like functions
msg_blue() {
printf "${blue}==>${bold} $1${all_off}\n"e
printf "${blue}==>${bold} $1${all_off}\n"
}

note() {
Expand All @@ -18,4 +18,4 @@ post_install() {

post_upgrade() {
post_install
}
}

0 comments on commit 41c3846

Please sign in to comment.