summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-18 04:17:17 +0200
committerDimitris Kiziridis2020-11-18 04:17:17 +0200
commit98d4fc7f9b5f148d0a86ea32d98b00825925f623 (patch)
tree974673998ab1cb30b7b04d186d677db4e7fb857e /PKGBUILD
parentd8abfc75c9dfc87154bdf6fab3937e323ed3527a (diff)
downloadaur-wellington-bin.tar.gz
Update to 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51677a10d396..7d5c94169b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=wellington-bin
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Adds spriting to the lightning fast libsass. No need to learn a new tool, this all happens right in your Sass"
arch=('x86_64')
@@ -9,8 +9,8 @@ url='http://getwt.io'
license=('Apache')
provides=("${pkgname%-bin}")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/wellington/wellington/releases/download/v${pkgver}/wt_v${pkgver}_linux_amd64.tar.gz")
-sha256sums=('f0f8ad2461b16e6277b863b092826a9d0c066877c3ea13bd79694d327e800d3d')
+sha256sums=('e144166fc6009a79e44f037db90879308eca00b7c6eff7f1569c24257035389e')
package() {
install -Dm755 "${srcdir}/wt" "${pkgdir}/usr/bin/wt"
-} \ No newline at end of file
+}