diff options
author | leotheleon | 2023-04-05 16:12:39 +0300 |
---|---|---|
committer | leotheleon | 2023-04-05 16:12:39 +0300 |
commit | ad034d1bb2f2b5be20f394ffae29bedfe075cfe6 (patch) | |
tree | 7b9ec5b678de888a11e285472d515a6ec4021349 | |
parent | f8b0fbc9808249bca66e59025373f0a7bbc1ab31 (diff) | |
download | aur-ad034d1bb2f2b5be20f394ffae29bedfe075cfe6.tar.gz |
Updated to 2.10.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = firealpaca pkgdesc = Simple and easy digital painting software - pkgver = 2.9.1 + pkgver = 2.10.1 pkgrel = 1 url = https://firealpaca.com/download arch = i686 @@ -13,8 +13,8 @@ pkgbase = firealpaca source = firealpaca cksums = 1329839102 source_i686 = https://firealpaca.com/download/win_zip - cksums_i686 = 3382037983 + cksums_i686 = 2761978687 source_x86_64 = https://firealpaca.com/download/win64_zip - cksums_x86_64 = 2635847309 + cksums_x86_64 = 608364986 pkgname = firealpaca @@ -1,7 +1,7 @@ # Maintainer: leotheleon <71839579+leo-the-leon@users.noreply.github.com> pkgname=firealpaca -pkgver=2.9.1 +pkgver=2.10.1 pkgrel=1 pkgdesc="Simple and easy digital painting software" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ source=('firealpaca') source_i686=("https://firealpaca.com/download/win_zip") source_x86_64=("https://firealpaca.com/download/win64_zip") cksums=('1329839102') -cksums_i686=('3382037983') -cksums_x86_64=('2635847309') +cksums_i686=('2761978687') +cksums_x86_64=('608364986') prepare() { cd "$srcdir" |