summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2021-04-30 07:53:46 +0100
committerD. Can Celasun2021-04-30 07:53:46 +0100
commit519bd6a3646ac7f585bad1180f7c0d0855845719 (patch)
tree749626f237721e5cf55b8b68f3842c7a940e6866
parent1e9f2e28cfbb3de6fa819198300fde2b02233e08 (diff)
downloadaur-519bd6a3646ac7f585bad1180f7c0d0855845719.tar.gz
[jet] Update to 2.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 196594d34ab8..09bc9ddc9d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jet
pkgdesc = A CLI tool designed to make working with Codeship Pro faster and easier
- pkgver = 2.11.0
+ pkgver = 2.13.0
pkgrel = 1
url = https://codeship.com
arch = x86_64
license = custom: commercial
- source_x86_64 = https://s3.amazonaws.com/codeship-jet-releases/2.11.0/jet-linux_amd64_2.11.0.tar.gz
- md5sums_x86_64 = fb50ac16461b3be71afc1473ee9f4e43
+ source_x86_64 = https://s3.amazonaws.com/codeship-jet-releases/2.13.0/jet-linux_amd64_2.13.0.tar.gz
+ md5sums_x86_64 = 641df6086902caa9f306d4afd8e3d23e
pkgname = jet
diff --git a/PKGBUILD b/PKGBUILD
index e22d65b33b4e..90b40ca49393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
pkgname=jet
-pkgver=2.11.0
+pkgver=2.13.0
pkgrel=1
pkgdesc="A CLI tool designed to make working with Codeship Pro faster and easier"
arch=('x86_64')
url="https://codeship.com"
license=('custom: commercial')
source_x86_64=(https://s3.amazonaws.com/codeship-jet-releases/${pkgver}/jet-linux_amd64_${pkgver}.tar.gz)
-md5sums_x86_64=('fb50ac16461b3be71afc1473ee9f4e43')
+md5sums_x86_64=('641df6086902caa9f306d4afd8e3d23e')
package() {
install -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -d "${pkgdir}/opt/${pkgname}"