summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Action Bot2022-07-23 19:29:18 +0000
committerGithub Action Bot2022-07-23 19:29:18 +0000
commitfc12286d5474b7cdf58854fd81c8653e77f5b3af (patch)
tree2ff08eabbba686f31e5bf6832f6b326d93c0b82c
parenta4e50443317e28285633924ebd0d0dc8bca302b9 (diff)
downloadaur-fc12286d5474b7cdf58854fd81c8653e77f5b3af.tar.gz
Update to v0.0.48
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cac869d2585..8eda723c313a 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.47
+ pkgver = 0.0.48
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.47/lets_Linux_x86_64.tar.gz
- sha256sums_x86_64 = c6a6c0ea7ec4bbc384c24f7a709d3999e6a9d5312d53ae890bdd2cb2f6481570
+ source_x86_64 = https://github.com/lets-cli/lets/releases/download/v0.0.48/lets_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 30d7a155df0f0dc78f86ce8239459d78034b0bed86402ed60847dd3874f129eb
pkgname = lets-bin
diff --git a/PKGBUILD b/PKGBUILD
index b75d03d442a9..7a9e812414f2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Kindritskiy Maksym <kindritskiy.m@gmail.com>
pkgname='lets-bin'
-pkgver=0.0.47
+pkgver=0.0.48
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=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/lets-cli/lets/releases/download/v0.0.47/lets_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('c6a6c0ea7ec4bbc384c24f7a709d3999e6a9d5312d53ae890bdd2cb2f6481570')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/lets-cli/lets/releases/download/v0.0.48/lets_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('30d7a155df0f0dc78f86ce8239459d78034b0bed86402ed60847dd3874f129eb')
package() {
install -Dm755 "./lets-bin" "${pkgdir}/usr/local/bin/lets-bin"