Skip to content

Commit

Permalink
upd(celeste-bin): 0.5.4 -> 0.5.5 (#4334)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Aug 22, 2023
1 parent 082fdfe commit 59fd22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/celeste-bin/celeste-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ depends=("libgtk-3-0" "libayatana-appindicator3-1" "libadwaita-1-0" "rclone")
gives="celeste"
pkgdesc="GUI cloud file synchronization client"
maintainer="Oren Klopfer <[email protected]>"
pkgver="0.5.4-rhino1"
pkgver="0.5.5"
replace=("${gives}" "${gives}-git")
arch=('arm64' 'amd64')
if [[ ${CARCH} == arm64 ]]; then
hash="8b8f29804a1744fde930153c1880e364704a9d978dffaee565a5f4cdf441eda0"
hash="0c4aa9bbd577f59758beb69c2bcf3d6e5ce262bf5f1c9063d447a4106b4fef21"
else
hash="5a11d81f4120de81ca484e6983d917aac99ae490a6a81a4d1fd4f8e88526e45c"
hash="86b5a05d06d2a9a5b903aee3b14295c4233246e9cb25534d64e9ea46b78e80a8"
fi
url="https://github.com/rhino-linux/${gives}/releases/download/v${pkgver}/${gives}_v${pkgver}_${CARCH}.zip"

Expand Down

0 comments on commit 59fd22e

Please sign in to comment.