Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update whiteboard-hypercard to 0.4.0 #915

Closed
wants to merge 3 commits into from
Closed
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
12 changes: 6 additions & 6 deletions package/whiteboard-hypercard/package
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
#!/usr/bin/env bash
# Copyright (c) 2023 The Toltec Contributors
# Copyright (c) 2024 The Toltec Contributors
# SPDX-License-Identifier: MIT

pkgnames=(whiteboard-hypercard)
pkgdesc="Real-time collaboration, drawing or whiteboarding"
url=https://github.com/fenollp/reMarkable-tools
pkgver=0.3.7-2
timestamp=2023-10-11T12:57Z
pkgver=0.4.0-1
timestamp=2024-05-14T23:01:16Z
section="drawing"
maintainer="Pierre Fenoll <[email protected]>"
license=CC-BY-NC-ND
installdepends=(display)
flags=(patch_rm2fb)

image=rust:v3.1
image=rust:v3.2
source=(
https://github.com/fenollp/reMarkable-tools/archive/v0.3.7.zip
https://github.com/fenollp/reMarkable-tools/archive/refs/tags/v0.4.0.zip
whiteboard-hypercard.draft
)
sha256sums=(
642fd954ec4f9a1d132b10cc7f7dfbee3467e9c08b1253cc32d1e372178d168b
3184125c71b4d0a628280b0c49bb368a254dd582b951f5a62ca451c3dc465e65
SKIP
)

Expand Down
Loading