summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecd0ce07baaf..6921e541cd45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = valveresourceformat-bin
pkgdesc = Valve's Source 2 resource file format parser, decompiler, and exporter.
- pkgver = 9.2
+ pkgver = 10.0
pkgrel = 1
url = https://github.com/ValveResourceFormat/ValveResourceFormat
install = valveresourceformat-bin.install
@@ -17,11 +17,11 @@ pkgbase = valveresourceformat-bin
conflicts = valveresourceformat
options = !strip
options = !debug
- source = https://github.com/ValveResourceFormat/ValveResourceFormat/releases/download/9.2/Decompiler-linux-x64.zip
- source = https://github.com/ValveResourceFormat/ValveResourceFormat/releases/download/9.2/Source2Viewer.exe
- source = https://github.com/ValveResourceFormat/ValveResourceFormat/archive/refs/tags/9.2.tar.gz
- sha256sums = 74f48ddc930b49815712384b6a0ae7f92a878f00cd97c219b2c4e7792f1b87d3
- sha256sums = 37ac9e6f99e2f8e72ca2275f9da4da6f539f58c683744ef5c7655a56d935eb24
- sha256sums = 2af42583605e37122ba06027d244c05ebe69b39652497ca97dcfdd0daaefca24
+ source = https://github.com/ValveResourceFormat/ValveResourceFormat/releases/download/10.0/Decompiler-linux-x64.zip
+ source = https://github.com/ValveResourceFormat/ValveResourceFormat/releases/download/10.0/Source2Viewer.exe
+ source = https://github.com/ValveResourceFormat/ValveResourceFormat/archive/refs/tags/10.0.tar.gz
+ sha256sums = d2128173623aa851427609a776568688431879cbf6607341bf604b2450bc70c6
+ sha256sums = 78f38f082937ef6a647f4468252b95ba35d62ef9220011818c0b17ff43a584bf
+ sha256sums = 426eb7430e18fcc89ad2bea826a7cb41b02099e8dff5c8cedf8ce93e8e3d8706
pkgname = valveresourceformat-bin
diff --git a/PKGBUILD b/PKGBUILD
index f4bbd54e19ae..8a84e1adc104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=valveresourceformat-bin
-pkgver=9.2
+pkgver=10.0
pkgrel=1
pkgdesc="Valve's Source 2 resource file format parser, decompiler, and exporter."
arch=('x86_64')
@@ -14,9 +14,9 @@ install=$pkgname.install
source=("$url/releases/download/$pkgver/Decompiler-linux-x64.zip"
"$url/releases/download/$pkgver/Source2Viewer.exe"
"$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('74f48ddc930b49815712384b6a0ae7f92a878f00cd97c219b2c4e7792f1b87d3'
- '37ac9e6f99e2f8e72ca2275f9da4da6f539f58c683744ef5c7655a56d935eb24'
- '2af42583605e37122ba06027d244c05ebe69b39652497ca97dcfdd0daaefca24')
+sha256sums=('d2128173623aa851427609a776568688431879cbf6607341bf604b2450bc70c6'
+ '78f38f082937ef6a647f4468252b95ba35d62ef9220011818c0b17ff43a584bf'
+ '426eb7430e18fcc89ad2bea826a7cb41b02099e8dff5c8cedf8ce93e8e3d8706')
package() {