Skip to content

Commit

Permalink
chore: update to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannjor committed Dec 25, 2024
1 parent a7c3ef6 commit 156599c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "krabby"
version = "0.2.1"
version = "0.2.2"
authors = ["Yann Jorelle <[email protected]>"]
description = "Print pokemon sprites in your terminal"
repository = "https://github.com/yannjor/krabby"
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=krabby-bin
pkgver=0.2.1
pkgver=0.2.2
pkgrel=1
pkgdesc="Print pokemon sprites in your terminal"
url="https://github.com/yannjor/krabby"
Expand All @@ -12,7 +12,7 @@ arch=("x86_64")
provides=("krabby")
conflicts=("krabby")
source=("https://github.com/yannjor/krabby/releases/download/v$pkgver/krabby-$pkgver-x86_64.tar.gz")
sha256sums=("a5e0fbf1e06c40ad6c2ccb95b7e7608281710940fdb4fce39cd2d37d4fa8244e")
sha256sums=("29654b211934f4dc07166c014f525fd3cfcd0ebbd99c13e7ea3c628b5a64437b")

package() {
install -Dm755 krabby -t "$pkgdir/usr/bin"
Expand Down

0 comments on commit 156599c

Please sign in to comment.