summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-05-24 00:45:59 +0800
committerYour Name2023-05-24 00:45:59 +0800
commitee9bb6a133189328028f164d7ea674eaff7cb002 (patch)
tree5b171b050f632075638fc115671847b8d3058a71
parentc726145015ff4438606828555ccb784bf025cb14 (diff)
downloadaur-ee9bb6a133189328028f164d7ea674eaff7cb002.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249616b1153b..5763c0c97d81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gradio
pkgdesc = Create UIs for your machine learning model in Python in 3 minutes
- pkgver = 3.28.1
+ pkgver = 3.32.0
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -41,7 +41,7 @@ pkgbase = python-gradio
depends = uvicorn
depends = python-websockets
depends = python-linkify-it-py
- source = python-gradio-3.28.1::https://github.com/gradio-app/gradio/archive/refs/tags/v3.28.1.tar.gz
- sha512sums = ca265f7f3d83a742edc9a2728435fcfc382d54a1507a6c9ecdec30833db74c7fe44097df8aa703c7045ad1057f60dcd451ff2674d7bcf43e8c9772bd47c526c6
+ source = python-gradio-3.32.0::https://github.com/gradio-app/gradio/archive/refs/tags/v3.32.0.tar.gz
+ sha512sums = 0033ea0eed03009f16af4876f737dc3b24dc067c2ac12f4b177b3ad12684d7cdf9176acadcf8c2683dc82c4f28bc66713bceed959c5ca57e569ad6d9990ef017
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index f7cf40b29092..f98141c5da14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-gradio
-pkgver=3.28.1
+pkgver=3.32.0
pkgrel=1
pkgdesc='Create UIs for your machine learning model in Python in 3 minutes '
arch=(x86_64)
url='https://github.com/gradio-app/gradio'
license=('custom')
source=("$pkgname-$pkgver::https://github.com/gradio-app/gradio/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('ca265f7f3d83a742edc9a2728435fcfc382d54a1507a6c9ecdec30833db74c7fe44097df8aa703c7045ad1057f60dcd451ff2674d7bcf43e8c9772bd47c526c6')
+sha512sums=('0033ea0eed03009f16af4876f737dc3b24dc067c2ac12f4b177b3ad12684d7cdf9176acadcf8c2683dc82c4f28bc66713bceed959c5ca57e569ad6d9990ef017')
depends=(
'python-aiofiles'
'python-aiohttp'