summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2023-10-02 15:17:06 -0400
committerMatt Harrison2023-10-02 15:17:06 -0400
commitd8fc4bc9244df921ec0bfb0199c7c9e1a9c1ffc5 (patch)
treea9b8b9b80496e0bacc9735e4304aecc445c17838
parent2e9002958367de419b589af9d150eeee2e165857 (diff)
downloadaur-d8fc4bc9244df921ec0bfb0199c7c9e1a9c1ffc5.tar.gz
upgpkg: shift-cli 0.2.9-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd04ee96ae0e..760a212a6faf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shift-cli
pkgdesc = A tool to run automated tasks for maintaining your Laravel projects.
- pkgver = 0.2.8
+ pkgver = 0.2.9
pkgrel = 1
url = https://github.com/laravel-shift/cli
arch = any
@@ -8,7 +8,7 @@ pkgbase = shift-cli
makedepends = php-box
makedepends = git
depends = php
- source = shift-cli-0.2.8::git+https://github.com/laravel-shift/cli#commit=451ca14d15171080d6029caca41103791779d58a
+ source = shift-cli-0.2.9::git+https://github.com/laravel-shift/cli#commit=cee60f6173deaee9159eccae1f10f5d0a12efe04
b2sums = SKIP
pkgname = shift-cli
diff --git a/PKGBUILD b/PKGBUILD
index bf5fae58bde5..9b97c98d96ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at: https://github.com/matt-h/aur-pkgbuilds or https://codeberg.org/matt/aur-pkgbuilds
pkgname=shift-cli
-pkgver=0.2.8
+pkgver=0.2.9
pkgrel=1
pkgdesc="A tool to run automated tasks for maintaining your Laravel projects."
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/laravel-shift/cli"
license=('MIT')
depends=('php')
makedepends=("php-box" "git")
-_tag_commit=451ca14d15171080d6029caca41103791779d58a
+_tag_commit=cee60f6173deaee9159eccae1f10f5d0a12efe04
source=("${pkgname}-${pkgver}::git+${url}#commit=$_tag_commit")
b2sums=('SKIP')