summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul2022-01-03 21:12:11 -0600
committerPaul2022-01-03 21:12:11 -0600
commit62cce363d9eecaa1e317c828ba7a5ea7672840ee (patch)
tree51472a46c15b467010ea4538f3a793582117c011
parent1778b38c02fd881d4a9b379d1994fb2ef3599bf4 (diff)
downloadaur-actual-appimage.tar.gz
Update to 0.0.145
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a882fa1de07..0164b21c6f78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = actual-appimage
pkgdesc = Actual is a super fast privacy-focused app for managing your finances.
- pkgver = 0.0.144
+ pkgver = 0.0.145
pkgrel = 1
url = https://actualbudget.com/
arch = x86_64
license = custom:Commercial
depends = zlib
depends = hicolor-icon-theme
- noextract = Actual-0.0.144-x86_64.AppImage
+ noextract = Actual-0.0.145-x86_64.AppImage
options = !strip
- 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
+ source_x86_64 = Actual-0.0.145-x86_64.AppImage::https://github.com/actualbudget/releases/releases/download/0.0.145/Actual-0.0.145-x86_64.AppImage
+ sha256sums_x86_64 = 74d0aaaa49b4c393dfff419d8485cc16c2694d03ba3117d5a6a36a72d15da065
pkgname = actual-appimage
diff --git a/PKGBUILD b/PKGBUILD
index effccbc91309..a9d3bd6a2269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=actual
_Pkgname=Actual
pkgname="${_pkgname}"-appimage
-pkgver=0.0.144
+pkgver=0.0.145
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=('9e2a9ef755dcae60f4f778e6df67d917abce40989fadc58ade7a339552e375fa')
+sha256sums_x86_64=('74d0aaaa49b4c393dfff419d8485cc16c2694d03ba3117d5a6a36a72d15da065')
prepare() {
chmod +x "${_appimage}"