diff options
author | Paul | 2021-11-21 02:02:06 -0600 |
---|---|---|
committer | Paul | 2021-11-21 02:02:06 -0600 |
commit | 1778b38c02fd881d4a9b379d1994fb2ef3599bf4 (patch) | |
tree | 9f014c4f437810e9d24b2046eb36f695b8ff1a4c | |
parent | 41ebceb20bf574b4523b19a842d9838d6b8d20f2 (diff) | |
download | aur-1778b38c02fd881d4a9b379d1994fb2ef3599bf4.tar.gz |
Update to 0.0.144
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 7 deletions
@@ -1,16 +1,15 @@ pkgbase = actual-appimage pkgdesc = Actual is a super fast privacy-focused app for managing your finances. - pkgver = 0.0.132 + pkgver = 0.0.144 pkgrel = 1 url = https://actualbudget.com/ arch = x86_64 license = custom:Commercial depends = zlib depends = hicolor-icon-theme - noextract = Actual-0.0.132-x86_64.AppImage + noextract = Actual-0.0.144-x86_64.AppImage options = !strip - source_x86_64 = Actual-0.0.132-x86_64.AppImage::https://github.com/actualbudget/releases/releases/download/0.0.132/Actual-0.0.132-x86_64.AppImage - sha256sums_x86_64 = a08c8f1e29b294e7816adb5ff493db5d82b029146c3243f4083234902f516baf + source_x86_64 = Actual-0.0.144-x86_64.AppImage::https://github.com/actualbudget/releases/releases/download/0.0.144/Actual-0.0.144-x86_64.AppImage + sha256sums_x86_64 = 9e2a9ef755dcae60f4f778e6df67d917abce40989fadc58ade7a339552e375fa pkgname = actual-appimage - @@ -5,7 +5,7 @@ _pkgname=actual _Pkgname=Actual pkgname="${_pkgname}"-appimage -pkgver=0.0.132 +pkgver=0.0.144 pkgrel=1 pkgdesc="Actual is a super fast privacy-focused app for managing your finances." arch=('x86_64') @@ -16,7 +16,7 @@ options=(!strip) _appimage="${_Pkgname}-${pkgver}-x86_64.AppImage" source_x86_64=("${_appimage}::https://github.com/actualbudget/releases/releases/download/${pkgver}/${_Pkgname}-${pkgver}-x86_64.AppImage") noextract=("${_appimage}") -sha256sums_x86_64=('a08c8f1e29b294e7816adb5ff493db5d82b029146c3243f4083234902f516baf') +sha256sums_x86_64=('9e2a9ef755dcae60f4f778e6df67d917abce40989fadc58ade7a339552e375fa') prepare() { chmod +x "${_appimage}" |