UpUp Update to 0.3.9 yoo

This commit is contained in:
Anas Elgarhy 2022-11-12 16:31:27 +00:00
parent b2f7730d87
commit ae14e14f11
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = aarty
pkgdesc = A simple CLI tool to convert the images to ASCII art 🦀💙
pkgver = 0.3.8
pkgver = 0.3.9
pkgrel = 1
url = https://github.com/anas-elgarhy/aarty
arch = x86_64
@ -8,7 +8,7 @@ pkgbase = aarty
makedepends = cargo
provides = aarty
replaces = aarty
source = aarty-0.3.8.tar.gz::https://static.crates.io/crates/aarty/aarty-0.3.8.crate
sha256sums = ff3d216de3c6f9dc8707149475dcac896d3401119448a9e9eea67da7d2b2005c
source = aarty-0.3.9.tar.gz::https://static.crates.io/crates/aarty/aarty-0.3.9.crate
sha256sums = e8d38c5060ce233a231f9082cce58a5a57c4e8de380a4611525882e0f28c420f
pkgname = aarty

View file

@ -1,6 +1,6 @@
# Maintainer: Anas Elgarhy <anas.elgarhy.dev@gmail.com>
pkgname=aarty
pkgver=0.3.8
pkgver=0.3.9
pkgrel=1
epoch=
pkgdesc="A simple CLI tool to convert the images to ASCII art 🦀💙"
@ -38,4 +38,4 @@ package() {
cd "$pkgname-$pkgver"
sudo install -Dm0755 -t "/usr/bin/" "target/release/$pkgname"
}
sha256sums=('ff3d216de3c6f9dc8707149475dcac896d3401119448a9e9eea67da7d2b2005c')
sha256sums=('e8d38c5060ce233a231f9082cce58a5a57c4e8de380a4611525882e0f28c420f')