summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2019-01-16 15:23:41 -0600
committerRob McFadzean2019-01-16 15:23:41 -0600
commit64ccaa1ee176487b1c532f24a677f6e208299e80 (patch)
tree820418dc716935d47e1a486e9a340746b4150862
parent2460b1f4f93a224ec37513218f856acd39470c55 (diff)
downloadaur-64ccaa1ee176487b1c532f24a677f6e208299e80.tar.gz
chore: update to 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cc9523b12a6..b69b6c7e3e26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 0.8.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
- source = theme-x86_64-0.8.1::https://shopify-themekit.s3.amazonaws.com/v0.8.1/linux-amd64/theme
- md5sums = d7d4e2ac3fc751edbca0346d07ef1654
- sha256sums = d65bbb83bb006ab20f7c4e5fea82d3131a150683684e616002eef556b905489f
+ source = theme-x86_64-1.0.0::https://shopify-themekit.s3.amazonaws.com/v1.0.0/linux-amd64/theme
+ md5sums = 2a01f2c6d3c193525bb32b70e26d9e20
+ sha256sums = 539e53dccfe8b8e78fe251a0186fb66352bed848f536025762145516bc215630
pkgname = shopify-themekit-bin
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"