summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2020-10-01 12:56:44 -0500
committerRob McFadzean2020-10-01 12:56:44 -0500
commitb3a77636e5b9290ff4874c41c8cdbf8780853cab (patch)
treecd95ef642a248c3b262127e902cf001493013346
parent1aa50e9fcc3bec8e57b89becd5eea74cfdc799e0 (diff)
downloadaur-b3a77636e5b9290ff4874c41c8cdbf8780853cab.tar.gz
bump 1.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad8b953ea8b..064adbd0d4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.1.1::https://shopify-themekit.s3.amazonaws.com/v1.1.1/linux-amd64/theme
- sha256sums = fa8aa3ff703d22cdff97c4070b9168e2b7994ac72bda81dd6b2b78cc9e07df59
+ source = theme-x86_64-1.1.2::https://shopify-themekit.s3.amazonaws.com/v1.1.2/linux-amd64/theme
+ sha256sums = 043c213ac7d1966b81c66413ff0cb626e6db9f7b555714425ac4db6888619673
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4e5b59b779a6..4dab514e7769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes"
arch=('x86_64')
@@ -14,7 +14,7 @@ license=('MIT')
conflicts=('shopify-themekit' 'discount')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-sha256sums=('fa8aa3ff703d22cdff97c4070b9168e2b7994ac72bda81dd6b2b78cc9e07df59')
+sha256sums=('043c213ac7d1966b81c66413ff0cb626e6db9f7b555714425ac4db6888619673')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"