summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRob McFadzean2020-08-31 13:46:42 -0500
committerRob McFadzean2020-08-31 13:46:42 -0500
commit2c24a0e860f3f41a7bf84a8a178e2bbea95e94b8 (patch)
tree36a4d4751e159a7ba3e239531e5c3967d8177377 /PKGBUILD
parent5bc9485bf88c6c73869b54d46e2d6b332678c0fe (diff)
downloadaur-2c24a0e860f3f41a7bf84a8a178e2bbea95e94b8.tar.gz
update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"