summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRob McFadzean2019-01-16 15:23:41 -0600
committerRob McFadzean2019-01-16 15:23:41 -0600
commit64ccaa1ee176487b1c532f24a677f6e208299e80 (patch)
tree820418dc716935d47e1a486e9a340746b4150862 /PKGBUILD
parent2460b1f4f93a224ec37513218f856acd39470c55 (diff)
downloadaur-64ccaa1ee176487b1c532f24a677f6e208299e80.tar.gz
chore: update to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a379868b0a33..cce965eb66a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=0.8.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes"
arch=('x86_64')
@@ -14,8 +14,8 @@ license=('MIT')
conflicts=('shopify-themekit')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-md5sums=('d7d4e2ac3fc751edbca0346d07ef1654')
-sha256sums=('d65bbb83bb006ab20f7c4e5fea82d3131a150683684e616002eef556b905489f')
+md5sums=('2a01f2c6d3c193525bb32b70e26d9e20')
+sha256sums=('539e53dccfe8b8e78fe251a0186fb66352bed848f536025762145516bc215630')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"