summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo2020-08-24 14:09:15 +0200
committerDanilo2020-08-24 14:09:18 +0200
commitd4df9e399d66f34709f67b0b578764389bb1d624 (patch)
tree211988948c0116dd97701e70599f1ce3281a0d0e
parent5a5fd07655c6d3210d8c9f479d4dc98e0d9f6784 (diff)
downloadaur-d4df9e399d66f34709f67b0b578764389bb1d624.tar.gz
Version 2.11.0-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 471d1fb9a51d..609172b1b235 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 3 11:52:21 UTC 2020
+# Mon Aug 24 12:09:04 UTC 2020
pkgbase = ttnctl-bin
pkgdesc = Command line tool for The Things Network (TTN)
- pkgver = 2.10.4
+ pkgver = 2.11.0
pkgrel = 2
url = https://www.thethingsnetwork.org/docs/network/cli/quick-start.html
arch = i686
@@ -11,17 +11,17 @@ pkgbase = ttnctl-bin
license = MIT
makedepends = gnupg
provides = ttnctl
- source = https://ttnreleases.blob.core.windows.net/release/v2.10.4/checksums
- source = https://ttnreleases.blob.core.windows.net/release/v2.10.4/checksums.sig
+ source = https://ttnreleases.blob.core.windows.net/release/v2.11.0/checksums
+ source = https://ttnreleases.blob.core.windows.net/release/v2.11.0/checksums.sig
source = https://raw.githubusercontent.com/TheThingsNetwork/ttn/develop/LICENSE
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- source_i686 = https://ttnreleases.blob.core.windows.net/release/v2.10.4/ttnctl-linux-386.tar.gz
+ source_i686 = https://ttnreleases.blob.core.windows.net/release/v2.11.0/ttnctl-linux-386.tar.gz
sha256sums_i686 = SKIP
- source_x86_64 = https://ttnreleases.blob.core.windows.net/release/v2.10.4/ttnctl-linux-amd64.tar.gz
+ source_x86_64 = https://ttnreleases.blob.core.windows.net/release/v2.11.0/ttnctl-linux-amd64.tar.gz
sha256sums_x86_64 = SKIP
- source_arm = https://ttnreleases.blob.core.windows.net/release/v2.10.4/ttnctl-linux-arm.tar.gz
+ source_arm = https://ttnreleases.blob.core.windows.net/release/v2.11.0/ttnctl-linux-arm.tar.gz
sha256sums_arm = SKIP
pkgname = ttnctl-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9057f1953d74..12cecfe95ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Import the PGP key first: gpg --recv-key 2F062CD1542547AF71BD9B818FC5CD2B9DFB1B4B
# You can also find that key referenced here: https://www.thethingsnetwork.org/docs/network/cli/quick-start.html
pkgname=ttnctl-bin
-pkgver=2.10.4
+pkgver=2.11.0
pkgrel=2
pkgdesc="Command line tool for The Things Network (TTN)"
arch=('i686' 'x86_64' 'arm')
@@ -15,6 +15,8 @@ conflicts=()
replaces=()
backup=()
_baseurl="https://ttnreleases.blob.core.windows.net/release"
+# Note: Not renaming source files here, because otherwise checksums don't validate
+# without patching the checksum file...
source=(
"${_baseurl}/v${pkgver}/checksums"
"${_baseurl}/v${pkgver}/checksums.sig"