summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-11-17 21:04:14 +0800
committerYour Name2022-11-17 21:04:14 +0800
commit2112abcaf03beb7782c55667699647974c95badb (patch)
tree84fc5406e41058655b3a44863932701962ff770d
parent668a0bf25db7c03a12816791a8a800f3619b2e67 (diff)
downloadaur-2112abcaf03beb7782c55667699647974c95badb.tar.gz
update 3.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14e9ed7f1184..fc39fe7d94d2 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.8.2
+ pkgver = 3.9.1
pkgrel = 1
url = https://github.com/gradio-app/gradio
arch = x86_64
@@ -36,7 +36,7 @@ pkgbase = python-gradio
depends = python-websockets
depends = python-linkify-it-py
depends = python-mdit_py_plugins
- source = python-gradio-3.8.2::https://github.com/gradio-app/gradio/archive/refs/tags/v3.8.2.tar.gz
- sha512sums = a2e9bf22a2ae3452379638dccbb58178dcbd5bb74f2180ff0b65e47ee1720992f887c28c928cd160eda43ac20b020428fdd49b48aef421f0decc3bcf376a920d
+ source = python-gradio-3.9.1::https://github.com/gradio-app/gradio/archive/refs/tags/v3.9.1.tar.gz
+ sha512sums = 9291a100d16f2b44117846880f80c9862ef7bc461fd178a619a78fbe63a6b2effc5fdb8a7a21aac01b760f14e9bc12bf0bdd4a275e3374012b69d57208fab7cb
pkgname = python-gradio
diff --git a/PKGBUILD b/PKGBUILD
index a518792cf85d..b0e3e2a008ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-gradio
-pkgver=3.8.2
+pkgver=3.9.1
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=('a2e9bf22a2ae3452379638dccbb58178dcbd5bb74f2180ff0b65e47ee1720992f887c28c928cd160eda43ac20b020428fdd49b48aef421f0decc3bcf376a920d')
+sha512sums=('9291a100d16f2b44117846880f80c9862ef7bc461fd178a619a78fbe63a6b2effc5fdb8a7a21aac01b760f14e9bc12bf0bdd4a275e3374012b69d57208fab7cb')
depends=(
'python-aiohttp'
'python-h11'