Skip to content
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
2 changes: 1 addition & 1 deletion packaging/aur/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pkgbase = zennotes-bin
conflicts = zennotes
options = !strip
source = ZenNotes-2.4.0-linux-x64.tar.gz::https://github.com/ZenNotes/zennotes/releases/download/v2.4.0/ZenNotes-2.4.0-linux-x64.tar.gz
sha256sums = SKIP
sha256sums = 63e97f6e13ff97d6d47ac3c03fe7fdc0718498c494f207b382696aa69615c5ab

pkgname = zennotes-bin
2 changes: 1 addition & 1 deletion packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source=(
# No artifact to hash yet — the v2.4.0 tarball is created at release time, so
# SKIP is a placeholder. Run `updpkgsums` against the uploaded release asset
# before publishing to AUR (step 2 above) to pin the real checksum.
sha256sums=('SKIP')
sha256sums=('63e97f6e13ff97d6d47ac3c03fe7fdc0718498c494f207b382696aa69615c5ab')

package() {
cd "${srcdir}"
Expand Down
6 changes: 2 additions & 4 deletions packaging/flatpak/com.adibhanna.zennotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,10 @@ modules:
- install -Dm644 com.adibhanna.zennotes.metainfo.xml
/app/share/metainfo/com.adibhanna.zennotes.metainfo.xml
sources:
# Bump `url` + `sha256` on each release (see README.md). The sha256 below
# is a placeholder — set it to the real hash of the v2.4.0 AppImage once
# the release is published: `shasum -a 256 ZenNotes-2.4.0-linux-x86_64.AppImage`.
# Bump `url` + `sha256` on each release (see README.md).
- type: file
url: https://github.com/ZenNotes/zennotes/releases/download/v2.4.0/ZenNotes-2.4.0-linux-x86_64.AppImage
sha256: 0000000000000000000000000000000000000000000000000000000000000000
sha256: 57bbbea3b3d043c765771f7230640d58dc4ace8b169bca20efb93d0fbb8215ad
dest-filename: ZenNotes.AppImage
- type: file
path: zennotes.sh
Expand Down
Loading