Skip to content

Commit

Permalink
upd(vscodium-deb): 1.80.1.23194 -> 1.81.1.23222 (#4230)
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 18, 2023
1 parent c77e2de commit 8a7d6e3
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.80.1.23194"
pkgver="1.81.1.23222"
if [[ ${CARCH} == "arm64" ]]; then
hash="a73d7bf180b2f7cb8a77bb4b932ae8f05a00305828438149c20e3f404c0c0b97"
hash="a74276c5ee5d4d8fd62e0dad85924c369c9d9c4180149e02c11819c971802195"
arch=('arm64')
else
hash="d4a2e58db323de5c30b4144e65ca8492d4053aed8345263fc4e4603dbe188445"
hash="8d2324783b39ca8fea127c3d8c83f423c67782b7f143e1936e9c86187c86b2b0"
arch=('amd64')
fi
url="https://github.com/VSCodium/vscodium/releases/download/${pkgver}/${gives}_${pkgver}_${CARCH}.deb"
Expand Down

0 comments on commit 8a7d6e3

Please sign in to comment.