Skip to content

Commit 715ca4b

Browse files
authored
Update yaft to 0.0.8 (#716)
* Update yaft to 0.0.8
1 parent e968e98 commit 715ca4b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package/yaft/package

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
pkgnames=(yaft)
66
pkgdesc="Yet another framebuffer terminal"
77
url=https://github.com/timower/rM2-stuff/tree/master/apps/yaft
8-
pkgver=0.0.7-1
8+
_tag=0.0.8
9+
pkgver=${_tag}-1
910
timestamp=2021-05-02T09:23Z
1011
maintainer="Mattéo Delabre <[email protected]>"
1112
license=GPL-3.0
@@ -14,13 +15,13 @@ image=base:v2.3
1415
installdepends=(display)
1516

1617
source=(
17-
https://github.com/timower/rM2-stuff/archive/refs/tags/v0.0.7.zip
18+
"https://github.com/timower/rM2-stuff/archive/refs/tags/v${_tag}.zip"
1819
input.patch
1920
)
2021

2122
sha256sums=(
22-
df3c74e08c6f047be8cea3d50f9b84bf20a9191d9ee1850e9957146134dfef1c
23-
5f3c6be207dda291950eece920fca853977fef772c6eddd7fb37c4dbf44c2b3b
23+
718a9fc7a8e26d587bac790fd83ad8242978b59745269b2ff213e04820bf45b8
24+
SKIP
2425
)
2526

2627
build() {

0 commit comments

Comments
 (0)