summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2020-08-31 13:46:42 -0500
committerRob McFadzean2020-08-31 13:46:42 -0500
commit2c24a0e860f3f41a7bf84a8a178e2bbea95e94b8 (patch)
tree36a4d4751e159a7ba3e239531e5c3967d8177377
parent5bc9485bf88c6c73869b54d46e2d6b332678c0fe (diff)
downloadaur-2c24a0e860f3f41a7bf84a8a178e2bbea95e94b8.tar.gz
update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5700555ab0..b02e277cd304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.0.2::https://shopify-themekit.s3.amazonaws.com/v1.0.2/linux-amd64/theme
- sha256sums = 21a058bc47555ec343088c9322187bb0ad57e4055454f509c0751c092af6b12b
+ source = theme-x86_64-1.1.0::https://shopify-themekit.s3.amazonaws.com/v1.1.0/linux-amd64/theme
+ sha256sums = 568a3d002aebe8a853ff07ec08332eef571b30a4a23b9c8c2542be33fb77d2a8
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index e084910d2dd0..ecd676a7c6a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.0.2
+pkgver=1.1.0
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=('21a058bc47555ec343088c9322187bb0ad57e4055454f509c0751c092af6b12b')
+sha256sums=('568a3d002aebe8a853ff07ec08332eef571b30a4a23b9c8c2542be33fb77d2a8')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"