summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a2be90a52e..281e18415f25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,7 +26,7 @@ pkgbase = bottles
optdepends = vulkan-icd-loader
optdepends = gamemode
source = bottles-2021.7.28-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2021.7.28-treviso.tar.gz
- sha256sums = c527f4dcfd161be6540393153a0ecc85036222d7c396cc8da83c90a5cf0bdab9
+ sha256sums = 96b814a4f70c1e2316ee9696febe2da1ecd8595560cd4edd8352de144b9adbd6
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index c44c37b740ce..b2f392d07f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ optdepends=(
'gamemode')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}-treviso.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-treviso.tar.gz")
-sha256sums=('c527f4dcfd161be6540393153a0ecc85036222d7c396cc8da83c90a5cf0bdab9')
+sha256sums=('96b814a4f70c1e2316ee9696febe2da1ecd8595560cd4edd8352de144b9adbd6')
build() {
cd "Bottles-${pkgver}-treviso"