summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyPixie2023-07-27 11:21:54 -0300
committerShyPixie2023-07-27 11:21:54 -0300
commita39f509a0e38f57d66b8fd8d012ed0b36aef0c64 (patch)
tree76c3594a34fa1ad63b753c72ac7f5dfbdb992bf2
parent468e6da9446acea6c5cd2bf648e0b5044840ea16 (diff)
downloadaur-a39f509a0e38f57d66b8fd8d012ed0b36aef0c64.tar.gz
Update steam-tools-ng to v3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9874d3a596e5..d4dc0a40b22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steam-tools-ng
pkgdesc = Some useful tools for use with steam client or compatible programs, websites
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/calendulish/steam-tools-ng
arch = any
@@ -16,7 +16,7 @@ pkgbase = steam-tools-ng
depends = python-stlib-plugins>=1.2.3
depends = python-gobject
depends = gtk4
- source = https://github.com/calendulish/steam-tools-ng/archive/v3.1.tar.gz
- sha256sums = 00a1e88cb8e6733c7704875b593c9948008f5792556b70fda58a1daf9e72584d
+ source = https://github.com/calendulish/steam-tools-ng/archive/v3.1.1.tar.gz
+ sha256sums = 4af918fd74c020451eef29375781c6bb2cb7a05afba4e64f05a886b3fe84ca89
pkgname = steam-tools-ng
diff --git a/PKGBUILD b/PKGBUILD
index 442ce1434a21..5473c968c530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Acidhub <dev@acidhub.click>
pkgname=steam-tools-ng
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
pkgdesc="Some useful tools for use with steam client or compatible programs, websites"
arch=('any')
@@ -14,7 +14,7 @@ license=('GPL')
source=(
"https://github.com/calendulish/$pkgname/archive/v${pkgver}.tar.gz"
)
-sha256sums=('00a1e88cb8e6733c7704875b593c9948008f5792556b70fda58a1daf9e72584d')
+sha256sums=('4af918fd74c020451eef29375781c6bb2cb7a05afba4e64f05a886b3fe84ca89')
build() {
cd $pkgname-$pkgver