summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob McFadzean2020-12-03 11:50:32 -0600
committerRob McFadzean2020-12-03 11:50:32 -0600
commit887bb961a429c272d732810f32948ae16fb4e415 (patch)
tree29c76821d0fba908d591c007fd542120c2024a16
parentb3a77636e5b9290ff4874c41c8cdbf8780853cab (diff)
downloadaur-887bb961a429c272d732810f32948ae16fb4e415.tar.gz
bump version to 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 064adbd0d4fa..7f2d6d5bbe3a 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.2
+ pkgver = 1.1.3
pkgrel = 1
url = https://github.com/Shopify/themekit
arch = x86_64
license = MIT
conflicts = shopify-themekit
conflicts = discount
- source = theme-x86_64-1.1.2::https://shopify-themekit.s3.amazonaws.com/v1.1.2/linux-amd64/theme
- sha256sums = 043c213ac7d1966b81c66413ff0cb626e6db9f7b555714425ac4db6888619673
+ source = theme-x86_64-1.1.3::https://shopify-themekit.s3.amazonaws.com/v1.1.3/linux-amd64/theme
+ sha256sums = 492e5a6f84c6124c3ee1edeb3ec373ff6903d771c827dede1d1bc185a7ee2eb2
pkgname = shopify-themekit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4dab514e7769..255f6e9c3d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Upstream URL: https://github.com/Shopify/themekit
pkgname=shopify-themekit-bin
-pkgver=1.1.2
+pkgver=1.1.3
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=('043c213ac7d1966b81c66413ff0cb626e6db9f7b555714425ac4db6888619673')
+sha256sums=('492e5a6f84c6124c3ee1edeb3ec373ff6903d771c827dede1d1bc185a7ee2eb2')
package() {
install -Dm0755 "${srcdir}/theme-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/theme"