summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2019-06-19 10:19:23 -0500
committerRob McFadzean2019-06-19 10:19:23 -0500
commit2dc1eb7bcde893b338473768fe5c178406a18abd (patch)
treeab8449f32afa53623cb0a5b439844b9e012fd977
parent64ccaa1ee176487b1c532f24a677f6e208299e80 (diff)
downloadaur-2dc1eb7bcde893b338473768fe5c178406a18abd.tar.gz
chore: update package to 1.0.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b69b6c7e3e26..c00aafba04a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
- source = theme-x86_64-1.0.0::https://shopify-themekit.s3.amazonaws.com/v1.0.0/linux-amd64/theme
- md5sums = 2a01f2c6d3c193525bb32b70e26d9e20
- sha256sums = 539e53dccfe8b8e78fe251a0186fb66352bed848f536025762145516bc215630
+ source = theme-x86_64-1.0.1::https://shopify-themekit.s3.amazonaws.com/v1.0.1/linux-amd64/theme
+ sha256sums = 401e2c5594e382626546b1296b454f87d6df9b30f10dc1f430fd72b9f873d2c2
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index cce965eb66a2..623a03f1bb7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="A cross-platform tool for building Shopify Themes"
arch=('x86_64')
@@ -14,8 +14,7 @@ license=('MIT')
conflicts=('shopify-themekit')
source=("theme-${CARCH}-${pkgver}::https://shopify-themekit.s3.amazonaws.com/v${pkgver}/linux-amd64/theme")
-md5sums=('2a01f2c6d3c193525bb32b70e26d9e20')
-sha256sums=('539e53dccfe8b8e78fe251a0186fb66352bed848f536025762145516bc215630')
+sha256sums=('401e2c5594e382626546b1296b454f87d6df9b30f10dc1f430fd72b9f873d2c2')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"