summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2021-01-21 11:34:46 -0600
committerRob McFadzean2021-01-21 11:34:46 -0600
commit2789ca524dade3afb6469ed5b0471c60670ff5f6 (patch)
treecdf64b94bd779e2ff63b519940318600ea755f18
parentb67f222c45cd09bd1fac51bacdb7bb829e87ef96 (diff)
downloadaur-2789ca524dade3afb6469ed5b0471c60670ff5f6.tar.gz
bump version to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8a91beb42b..6dd240d9f347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = shopify-themekit-bin
pkgdesc = A cross-platform tool for building Shopify Themes
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.1.4::https://shopify-themekit.s3.amazonaws.com/v1.1.4/linux-amd64/theme
- sha256sums = f8a7850392066336498715a4510f7ce2c4e35496271902eca522582ff0ffc761
+ source = theme-x86_64-1.1.5::https://shopify-themekit.s3.amazonaws.com/v1.1.5/linux-amd64/theme
+ sha256sums = e063cff188f43d9180e10131fdd70089d7cfdaffa79e0c1da8f8289d9ee24037
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 88332dc9fa95..cd90de1268f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.1.4
+pkgver=1.1.5
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=('f8a7850392066336498715a4510f7ce2c4e35496271902eca522582ff0ffc761')
+sha256sums=('e063cff188f43d9180e10131fdd70089d7cfdaffa79e0c1da8f8289d9ee24037')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"