makedeb
All the open source things related to the Hugging Face Hub
Click here to go back to the commit logs for python3-huggingface-hub.
Hash: 64ef1c1d722741587e62dc466c7ecc6567c5cfd9
Message: [lilac] updated to 1:0.11.1-1
diff --git a/.SRCINFO b/.SRCINFO
index 3965911..39305a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
epoch = 1
url = https://github.com/huggingface/huggingface_hub
@@ -13,7 +13,7 @@ pkgbase = python-huggingface-hub
depends = python-yaml
depends = python-typing_extensions
depends = python-packaging
- source = huggingface_hub-0.11.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.11.0.tar.gz
- sha512sums = 30d16bfbc5140eed6d8ed834137b7fb45ca6d0f5c39cee9beb66ade8d4aa2c0b2076173556fb94d4c9376fe0b0a73d6f795e12f89973e044e16aebe3e5f175e0
+ source = huggingface_hub-0.11.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.11.1.tar.gz
+ sha512sums = db06e8b770991dfd17c24215bb0e89bcc7235ed4b9274ffcc351fcba75341be70043eade7563cf0d53a5380b7d8ea19d56d0f8ce4ea4be8b116a94600954bfb2
pkgname = python-huggingface-hub
diff --git a/PKGBUILD b/PKGBUILD
index 92236ec..f7fb3bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=huggingface_hub
pkgname=python-huggingface-hub
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
epoch=1
pkgdesc='All the open source things related to the Hugging Face Hub'
@@ -22,7 +22,7 @@ makedepends=(
)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('30d16bfbc5140eed6d8ed834137b7fb45ca6d0f5c39cee9beb66ade8d4aa2c0b2076173556fb94d4c9376fe0b0a73d6f795e12f89973e044e16aebe3e5f175e0')
+sha512sums=('db06e8b770991dfd17c24215bb0e89bcc7235ed4b9274ffcc351fcba75341be70043eade7563cf0d53a5380b7d8ea19d56d0f8ce4ea4be8b116a94600954bfb2')
build() {
cd "${_pkgname}-${pkgver}"