summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHeine Pedersen2022-09-04 22:58:43 +0200
committerHeine Pedersen2022-09-04 22:58:43 +0200
commit32f2f3f01985ef4a5543c2ef0078d6222af42b43 (patch)
tree10b537e8aad2965346cbf5e163e2035f92ee4df4 /PKGBUILD
parentc29adbaaa4083e2360fee9d883d5f264533d96e2 (diff)
downloadaur-32f2f3f01985ef4a5543c2ef0078d6222af42b43.tar.gz
Updated to version 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d766b2115183..e2de2c74df78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=cntb
pkgname=${_pkgname}-bin
-pkgver=1.1.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="Command-line interface (CLI) for managing products from Contabo like VPS and VDS"
arch=('x86_64')
url="https://github.com/contabo/${_pkgname}"
license=('GPL3')
source=("https://github.com/contabo/${_pkgname}/releases/download/v${pkgver}/${_pkgname}_v${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('ca8661f2ba73c95f31bb2d21b9fcbd98168332667616dda4d7fac8ac5c1eccbe')
+sha256sums=('28f6e6aa64081fafd97b5de0ee49743a251ef899983adec84dc440b239d8e6fc')
package() {
install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"