diff options
author | jensb | 2023-11-05 13:48:10 +0100 |
---|---|---|
committer | jensb | 2023-11-05 13:48:10 +0100 |
commit | d5470e12fb286f5e0f189fba080848dddce40b3e (patch) | |
tree | df3441f8fc9b0275e9a36c656ae405e85982fd51 | |
parent | e88674584b282d22c924189a1f7fc8c9b25b41b2 (diff) | |
download | aur-d5470e12fb286f5e0f189fba080848dddce40b3e.tar.gz |
Update to v0.9.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = spicetify-marketplace-bin pkgdesc = Spicetify app that integrates a marketplace for extensions, themes and snippets - pkgver = 0.9.1 + pkgver = 0.9.2 pkgrel = 1 url = https://github.com/spicetify/spicetify-marketplace install = spicetify-marketplace-bin.install @@ -9,10 +9,10 @@ pkgbase = spicetify-marketplace-bin makedepends = git depends = spicetify-cli depends = spotify - source = https://github.com/spicetify/spicetify-marketplace/releases/download/v0.9.1/spicetify-marketplace.zip + source = https://github.com/spicetify/spicetify-marketplace/releases/download/v0.9.2/spicetify-marketplace.zip source = https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/color.ini source = https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/LICENSE - sha256sums = 145871e5c66aaa3f4993dce453a18bcce1523ca1ebf1f635a3e709a16b70cae2 + sha256sums = a947ee7bf7bdac47d2fae7c2f19f1a71f1caea890462b84b517c5a29ff2d8d46 sha256sums = 802c83f4f822eb254f60ef34ea8c53ea9d97889b9e886ac532e42953b9548fb2 sha256sums = 49ecb1c6db038200e2f9e8549d99d1966dcfa5b4bc3d0aea3e89b2f3a305a6da @@ -1,7 +1,7 @@ # Maintainer: jensb <aur-jensb AT mailbox PUNKT org> pkgname='spicetify-marketplace-bin' -pkgver=0.9.1 +pkgver=0.9.2 pkgrel=1 pkgdesc='Spicetify app that integrates a marketplace for extensions, themes and snippets' arch=('any') @@ -13,7 +13,7 @@ makedepends=('git') source=('https://github.com/spicetify/spicetify-marketplace/releases/download/v'$pkgver'/spicetify-marketplace.zip' 'https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/resources/color.ini' 'https://raw.githubusercontent.com/spicetify/spicetify-marketplace/main/LICENSE') -sha256sums=('145871e5c66aaa3f4993dce453a18bcce1523ca1ebf1f635a3e709a16b70cae2' +sha256sums=('a947ee7bf7bdac47d2fae7c2f19f1a71f1caea890462b84b517c5a29ff2d8d46' '802c83f4f822eb254f60ef34ea8c53ea9d97889b9e886ac532e42953b9548fb2' '49ecb1c6db038200e2f9e8549d99d1966dcfa5b4bc3d0aea3e89b2f3a305a6da') install=spicetify-marketplace-bin.install |