summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimskyyc2024-02-25 08:55:39 -0800
committerimskyyc2024-02-25 08:55:39 -0800
commitbbc29ed6d20fe8b00dc534415097af34dc273077 (patch)
treeb680c373122929e902454f0fb170a71e4bbc146f
parent501372490598e0fc61d8fd08c49b89a5b3c79822 (diff)
downloadaur-vinegar.tar.gz
release 1.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e52455c20f83..06f9b5ce82c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vinegar
pkgdesc = Fast and robust bootstrapper for Roblox that has many ease-of-use features.
- pkgver = 1.7.3
- pkgrel = 3
+ pkgver = 1.7.4
+ pkgrel = 1
url = https://vinegarhq.org
arch = x86_64
license = GPL-3.0-only
@@ -22,7 +22,7 @@ pkgbase = vinegar
optdepends = vulkan-driver: Vulkan support in GUI
optdepends = wine: A required dependency (made optional for flexbility)
conflicts = vinegar-git
- source = https://github.com/vinegarhq/vinegar/releases/download/v1.7.3/vinegar-v1.7.3.tar.xz
- sha256sums = 6d8cf5f4fea17560c7cca601ad4da6ed305318e27d00d8e9589d0a9407632aeb
+ source = https://github.com/vinegarhq/vinegar/releases/download/v1.7.4/vinegar-v1.7.4.tar.xz
+ sha256sums = e60ae3e7dafff2639ab351a222df533373c3f62c03d9ca976da92e243f0693b5
pkgname = vinegar
diff --git a/PKGBUILD b/PKGBUILD
index afd90e08ea3b..ee7b5259e5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# shellcheck shell=bash disable=SC2034
pkgname=vinegar
-pkgver=1.7.3
-pkgrel=3
+pkgver=1.7.4
+pkgrel=1
pkgdesc="Fast and robust bootstrapper for Roblox that has many ease-of-use features."
arch=("x86_64")
url="https://vinegarhq.org"
@@ -16,7 +16,7 @@ optdepends=("gamemode: Gamemode integration"
"wine: A required dependency (made optional for flexbility)")
conflicts=("vinegar-git")
source=("https://github.com/vinegarhq/vinegar/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
-sha256sums=("6d8cf5f4fea17560c7cca601ad4da6ed305318e27d00d8e9589d0a9407632aeb")
+sha256sums=("e60ae3e7dafff2639ab351a222df533373c3f62c03d9ca976da92e243f0693b5")
prepare() {
cd "${pkgname}-v${pkgver}"