summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcho J2023-07-24 16:17:58 +0300
committerEcho J2023-07-24 16:17:58 +0300
commit2629dc6b60d5993b9267e2e1c86c59e3b1bb9e56 (patch)
tree329595adc8f638685005afdf2cc8b935ec7f25bc
parent6f1a7a6535ad138f110a9c98138c4e69725641d5 (diff)
downloadaur-2629dc6b60d5993b9267e2e1c86c59e3b1bb9e56.tar.gz
Update to 1.0.2
This will probably be the last update for a while because of that HYP thing that's compressed with Zstandard compression
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b008b1bd43..e4537f4a3f4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vinegar
pkgdesc = A transparent wrapper for Roblox Player and Roblox Studio
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/vinegarhq/vinegar
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = vinegar
depends = glibc
depends = hicolor-icon-theme
conflicts = vinegar-git
- source = vinegar-1.0.1.tar.gz::https://github.com/vinegarhq/vinegar/archive/v1.0.1.tar.gz
- sha256sums = 564ebe043de1fa071aeabcf78322791e9c86ac23b9091beb8013885617dee58b
+ source = vinegar-1.0.2.tar.gz::https://github.com/vinegarhq/vinegar/archive/v1.0.2.tar.gz
+ sha256sums = e96cbc387f5154bf7f63222363b11d85ace4fb18ca4228633962ea8fe9aec72b
pkgname = vinegar
diff --git a/PKGBUILD b/PKGBUILD
index 565ae4128877..0d50fb9ab57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Note: I hope wael is a nice woman now :troll:
pkgname=vinegar
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="A transparent wrapper for Roblox Player and Roblox Studio"
arch=("x86_64")
@@ -14,7 +14,7 @@ depends=("glibc" "hicolor-icon-theme")
makedepends=("git" "go")
conflicts=("vinegar-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=("564ebe043de1fa071aeabcf78322791e9c86ac23b9091beb8013885617dee58b")
+sha256sums=("e96cbc387f5154bf7f63222363b11d85ace4fb18ca4228633962ea8fe9aec72b")
build() {
cd "${pkgname}-${pkgver}"