summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2022-06-06 13:42:03 +0800
committerlilac2022-06-06 13:42:03 +0800
commit98aadbda6002bf257632c218ac64993e96cac0dd (patch)
tree9f47dec5dff435ea819caa5d556da5f00e60013a /PKGBUILD
parent237680e67f106773d5043e48991bb1aa7119c3b1 (diff)
downloadaur-pyoxidizer.tar.gz
[lilac] updated to 0.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 109b67e9beaa..16ca10eb4ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pyoxidizer
_name=PyOxidizer
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc="A modern Python application packaging and distribution tool"
depends=('gcc-libs' 'openssl' 'zlib')
@@ -11,7 +11,7 @@ arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/indygreg/PyOxidizer"
license=('MIT')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/indygreg/${_name}/archive/pyoxidizer/${pkgver}.tar.gz")
-sha512sums=('6f4115f900c18182fa40eba63c7813aeca8b96b8a7e99c679d0da3a33c6cf705f5538547b85095ec64dc6756ac531dcf6afffab9757e3d83d1a85960dd4024cc')
+sha512sums=('f3c6a0cf658069b77bcc4ac914e8099ce63199daa723122189506d6cdd6f42bf0cd1a3cfd113eca9a0ae14d89de93a0e07d0d3f4cfadfe124c854af565f50a09')
makedepends=('cargo' 'python3')
build() {