summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-07-15 04:30:44 -0400
committerPatrick Northon2023-07-15 04:30:44 -0400
commited2c32fd29f281ff7932c7f65dee59c5086cbad3 (patch)
treeecd735458caf75e0e76e45bf673584a9b2c0876f /PKGBUILD
parent2ae39f6b058a8f5d2ac54e4e2951d4d2267f6df8 (diff)
downloadaur-ed2c32fd29f281ff7932c7f65dee59c5086cbad3.tar.gz
Update version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 746252bcaa7f..e4d235c7c202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=flet
pkgname=python-${_pkgname}
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='Easily build realtime web, mobile and desktop apps in your favorite language and securely share them with your team.'
url="https://${_pkgname}.dev/"
@@ -28,7 +28,7 @@ arch=('any')
source=(
"${_pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}-dev/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
'flet-linux.patch')
-sha256sums=('b8f13a792fcb7099a1696102ca6ffbc5f44affc2e162c5e76f20d332ecf7bff0'
+sha256sums=('a94fccfb0736ad62f784652280f0e75a19ce863141713f1ef06f284c9883d6fe'
'af9718b926a07ac8e8689a2c623fe6921d88d0bcd52263f63848d11175e3b828')
_srcdir="${_pkgname}-${pkgver}"