summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-09-20 11:39:03 +0200
committerbegin-theadventure2023-09-20 11:39:03 +0200
commit9eec2bf20e04f8e85928edf2bb28006c7c0435c9 (patch)
tree7dc58db1a23e85c6760c6b72bf77d43cd80579e8
parent8fef8f98b0762c046474e377528d98c7d410fb64 (diff)
downloadaur-9eec2bf20e04f8e85928edf2bb28006c7c0435c9.tar.gz
3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95800d36e16b..610a42a514bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vpkedit-bin
pkgdesc = A tool to work with VPK files (binary release)
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/craftablescience/VPKEdit
arch = x86_64
license = MIT
provides = vpkedit
conflicts = vpkedit
- source = 3.2.0-vpkedit.zip::https://github.com/craftablescience/VPKEdit/releases/download/v3.2.0/VPKEdit-Linux-Standalone-gcc-Release.zip
- source = https://github.com/craftablescience/VPKEdit/raw/v3.2.0/src/gui/res/icon.png
- sha256sums = 8b7425bc33de8d81a3f478ba84155e8fa27a68465dd9662e5735f975768ee2a7
+ source = 3.3.0-vpkedit.zip::https://github.com/craftablescience/VPKEdit/releases/download/v3.3.0/VPKEdit-Linux-Standalone-gcc-Release.zip
+ source = https://github.com/craftablescience/VPKEdit/raw/v3.3.0/src/gui/res/icon.png
+ sha256sums = acdbff9d8f3b9fbd838aa61b367730ab824ea015a5d3b1782baf39242663ff97
sha256sums = SKIP
pkgname = vpkedit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 399bea5370cb..68a78c42025d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vpkedit
pkgname=$_pkgname-bin
pkgdesc="A tool to work with VPK files (binary release)"
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
arch=('x86_64')
url="https://github.com/craftablescience/VPKEdit"
@@ -12,7 +12,7 @@ conflicts=($_pkgname)
provides=($_pkgname)
source=("$pkgver-$_pkgname.zip::$url/releases/download/v$pkgver/VPKEdit-Linux-Standalone-gcc-Release.zip"
"$url/raw/v$pkgver/src/gui/res/icon.png")
-sha256sums=('8b7425bc33de8d81a3f478ba84155e8fa27a68465dd9662e5735f975768ee2a7'
+sha256sums=('acdbff9d8f3b9fbd838aa61b367730ab824ea015a5d3b1782baf39242663ff97'
'SKIP')
prepare() {