Skip to content

Commit

Permalink
upd(vscodium-deb): 1.84.2.23314 -> 1.85.1.23348 (pacstall#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Dec 25, 2023
1 parent 89e8850 commit 976fad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/vscodium-deb/vscodium-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name="vscodium-deb"
gives="codium"
breaks=("${gives}")
pkgver="1.84.2.23314"
pkgver="1.85.1.23348"
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="0dcf55087bbf7b2a23649b4117e2be9f8d5924fc287b75b92024bfdac97d837f"
hash="2dc9e8f85c60e07c72f7663f896b6c68517599e869fd96e99b9f5d85ef13b2ad"
else
hash="64c40d1772570bfd1f1550b2000e6eefda644c72a67b0842d4d5602076c7f2fa"
hash="28cdc4df80f8cfdb69532cae8b1b19515ce24290217c1fa97b1946ccf3e1f25a"
fi
url="https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
repology=("project: vscodium")
Expand Down

0 comments on commit 976fad2

Please sign in to comment.