summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSampson Crowley2021-02-26 13:08:49 -0700
committerSampson Crowley2021-02-26 13:08:49 -0700
commit909496b8f97dfd390ed8afad9808e8b1651db9c7 (patch)
tree2c621499dc3a9ca34201c0a223a11f4401e07405
parente4f722cacd2d05929edb8c538f392fdc8091918e (diff)
downloadaur-909496b8f97dfd390ed8afad9808e8b1651db9c7.tar.gz
upgpkg: heroku-cli 7.49.1-1
upstream release heroku-cli 7.49.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9055c8ea8d14..e3bb9287cf1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heroku-cli
pkgdesc = CLI to manage Heroku apps and services with forced auto-update removed
- pkgver = 7.47.13
+ pkgver = 7.49.1
pkgrel = 1
url = https://devcenter.heroku.com/articles/heroku-cli
arch = any
@@ -18,9 +18,9 @@ pkgbase = heroku-cli
conflicts = heroku-toolbelt
conflicts = ruby-heroku
options = !strip
- source = https://github.com/heroku/cli/archive/v7.47.13.tar.gz
- sha256sums = 9883c3b3371b7778468eff4a79553228f0ac0970dad841309e27edbc29ca46ca
- sha512sums = 61f6ce7b483ef92b61f9b8bead8fc7364b0702f99cb8b2af3e1758100c173f3bf10c3b73e5df61cadfb215f6b8712e2227f9353c95fab7207384ca7833e17e62
+ source = https://github.com/heroku/cli/archive/v7.49.1.tar.gz
+ sha256sums = a14c21ac5235e358f5a241710d2b6fccaa9668403ac32928689ddf9078f9f040
+ sha512sums = ad03d8ded8aac580b693fb2a4ac9049e6509ef435b6fdd5c421ea493e9209ce3bf307468784aac619550f5daace72a92e2fc0ad429c4cc6bd8c7ab0fab0027dd
pkgname = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index 023f578dcec4..1c39c2b3a205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Github Contributor: Michael Herold <https://github.com/michaelherold>
pkgname=heroku-cli
-pkgver=7.47.13
+pkgver=7.49.1
pkgrel=1
_builddir=cli-$pkgver-$pkgrel
pkgdesc="CLI to manage Heroku apps and services with forced auto-update removed"
@@ -15,8 +15,8 @@ makedepends=('npm' 'yarn' 'perl')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-cli-bin' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://github.com/heroku/cli/archive/v$pkgver.tar.gz")
-sha256sums=('9883c3b3371b7778468eff4a79553228f0ac0970dad841309e27edbc29ca46ca')
-sha512sums=('61f6ce7b483ef92b61f9b8bead8fc7364b0702f99cb8b2af3e1758100c173f3bf10c3b73e5df61cadfb215f6b8712e2227f9353c95fab7207384ca7833e17e62')
+sha256sums=('a14c21ac5235e358f5a241710d2b6fccaa9668403ac32928689ddf9078f9f040')
+sha512sums=('ad03d8ded8aac580b693fb2a4ac9049e6509ef435b6fdd5c421ea493e9209ce3bf307468784aac619550f5daace72a92e2fc0ad429c4cc6bd8c7ab0fab0027dd')
options=('!strip')
provides=('heroku' 'heroku-cli')