We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67aebd commit e89615aCopy full SHA for e89615a
package/sudoku/package
@@ -5,8 +5,8 @@
5
pkgnames=(sudoku)
6
pkgdesc="Sudoku for Remarkable"
7
url="https://github.com/HookedBehemoth/remarkable-sudoku"
8
-pkgver=0.1.1-1
9
-timestamp=2023-01-05T03:15Z
+pkgver=0.1.2-1
+timestamp=2023-02-04T22:49Z
10
section="games"
11
maintainer="Luis S. <[email protected]>"
12
license=GPL-3.0-only
@@ -15,7 +15,7 @@ flags=(patch_rm2fb)
15
16
image=rust:v3.1
17
source=("https://github.com/HookedBehemoth/remarkable-sudoku/archive/refs/tags/v${pkgver%-*}.tar.gz")
18
-sha256sums=(c3d9e941d0d837b90d376104eec7693f6b609010662d7e9b5ae57570648d8856)
+sha256sums=(08a801a6ffc3f328fc92c8aebadbcc7a123b1abebf5cbe276d5f9f52058ee864)
19
20
build() {
21
cargo build --release
0 commit comments