summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Action Bot2022-02-16 19:23:38 +0000
committerGithub Action Bot2022-02-16 19:23:38 +0000
commitd146aa9af733436f856ba7dd857623a6c1b549b2 (patch)
tree3068624e6b974abb53063fe0e974059148fc8548
parent3d5be24999fd85fd1b78dd6b6e55ca54dfaea47e (diff)
downloadaur-d146aa9af733436f856ba7dd857623a6c1b549b2.tar.gz
Update to v0.0.43
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f87fb07b6e12..b2e850ea559f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lets-bin
pkgdesc = CLI task runner for productive developers - a better alternative to make
- pkgver = 0.0.42
+ pkgver = 0.0.43
pkgrel = 1
url = https://lets-cli.org/
license = MIT
conflicts = lets
provides = lets
arch = x86_64
- source_x86_64 = https://github.com/lets-cli/lets/releases/download/v0.0.42/lets_Linux_x86_64.tar.gz
- sha256sums_x86_64 = 7aa947a74baad46faba3049bd2dc5d05cdd08e5100e87a6b38983b525f9e9114
+ source_x86_64 = https://github.com/lets-cli/lets/releases/download/v0.0.43/lets_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 38c4c3667564bd1d95274e6506bbe30937f3ec1e0a0981d28d97e3889e9ba5ec
pkgname = lets-bin
diff --git a/PKGBUILD b/PKGBUILD
index 184df196027f..ecbc98415c4f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kindritskiy Maksym <kindritskiy.m@gmail.com>
pkgname='lets-bin'
-pkgver=0.0.42
+pkgver=0.0.43
pkgrel=1
pkgdesc='CLI task runner for productive developers - a better alternative to make'
url='https://lets-cli.org/'
@@ -11,8 +11,8 @@ license=('MIT')
provides=('lets')
conflicts=('lets')
-source_x86_64=('https://github.com/lets-cli/lets/releases/download/v0.0.42/lets_Linux_x86_64.tar.gz')
-sha256sums_x86_64=('7aa947a74baad46faba3049bd2dc5d05cdd08e5100e87a6b38983b525f9e9114')
+source_x86_64=('https://github.com/lets-cli/lets/releases/download/v0.0.43/lets_Linux_x86_64.tar.gz')
+sha256sums_x86_64=('38c4c3667564bd1d95274e6506bbe30937f3ec1e0a0981d28d97e3889e9ba5ec')
package() {
install -Dm755 "./lets-bin" "${pkgdir}/usr/local/bin/lets-bin"