summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2022-10-10 05:37:45 +0000
committergoreleaserbot2022-10-10 05:37:45 +0000
commit73734337ad585ae5357b04abe75e9458e41d8924 (patch)
tree2a3b68361b73118bd36d37432a9eec1710de248d
parent7ee8602feb854d422ab16ca3e4b685d26cf986e5 (diff)
downloadaur-73734337ad585ae5357b04abe75e9458e41d8924.tar.gz
Update to v0.7.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 277050fef6af..1fc74aa53d79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = dns53-bin
pkgdesc = Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/purpleclay/dns53
license = MIT
conflicts = dns53
provides = dns53
arch = aarch64
- source_aarch64 = https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-arm64.tar.gz
- sha256sums_aarch64 = d662eb3f39ae1ac3cdd3c9f8720178646719061c7eba07066a2d8fd129e4d207
+ source_aarch64 = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-arm64.tar.gz
+ sha256sums_aarch64 = b1cfb41ffa47c36ea28b8d87a53f364ef1ee445277200b5a13de4fefaf8e940f
arch = armv7h
- source_armv7h = https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-arm.tar.gz
- sha256sums_armv7h = f0d8db48962db806ed32718dd8d4d95baba0b0aff58da2b05c6e319a860fbdf2
+ source_armv7h = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-arm.tar.gz
+ sha256sums_armv7h = 2aca3bd934b105fb7ae4321b250f05795fd4b64dae419b54b2fc18efafcd1d2c
arch = i686
- source_i686 = https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-i386.tar.gz
- sha256sums_i686 = 58d507577365b710b8d424154370f7560b593bd1bbcca0dc84bb72b8d1e58cdc
+ source_i686 = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-i386.tar.gz
+ sha256sums_i686 = 4b97067e95a624203bdda94ee0264c59bfa35dee0f7fa393e6707ae5a3217e06
arch = x86_64
- source_x86_64 = https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-x86_64.tar.gz
- sha256sums_x86_64 = e3e84701ead8920edc1296d02809496cdd7013910c15988cf0f0c3a2e714b670
+ source_x86_64 = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-x86_64.tar.gz
+ sha256sums_x86_64 = e18355cce358c3b26d8b274c8f259b8ce3283668028ba7c150bb0001fd9478b2
pkgname = dns53-bin
diff --git a/PKGBUILD b/PKGBUILD
index 074ce370ba52..a6ead143c0d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Purple Clay <purple clay at gmail dot com>
pkgname='dns53-bin'
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc='Dynamic DNS within Amazon Route53. Expose your EC2 quickly, easily and privately'
url='https://github.com/purpleclay/dns53'
@@ -11,17 +11,17 @@ license=('MIT')
provides=('dns53')
conflicts=('dns53')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-arm64.tar.gz")
-sha256sums_aarch64=('d662eb3f39ae1ac3cdd3c9f8720178646719061c7eba07066a2d8fd129e4d207')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-arm64.tar.gz")
+sha256sums_aarch64=('b1cfb41ffa47c36ea28b8d87a53f364ef1ee445277200b5a13de4fefaf8e940f')
-source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-arm.tar.gz")
-sha256sums_armv7h=('f0d8db48962db806ed32718dd8d4d95baba0b0aff58da2b05c6e319a860fbdf2')
+source_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-arm.tar.gz")
+sha256sums_armv7h=('2aca3bd934b105fb7ae4321b250f05795fd4b64dae419b54b2fc18efafcd1d2c')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-i386.tar.gz")
-sha256sums_i686=('58d507577365b710b8d424154370f7560b593bd1bbcca0dc84bb72b8d1e58cdc')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-i386.tar.gz")
+sha256sums_i686=('4b97067e95a624203bdda94ee0264c59bfa35dee0f7fa393e6707ae5a3217e06')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.6.0/dns53_0.6.0_linux-x86_64.tar.gz")
-sha256sums_x86_64=('e3e84701ead8920edc1296d02809496cdd7013910c15988cf0f0c3a2e714b670')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-x86_64.tar.gz")
+sha256sums_x86_64=('e18355cce358c3b26d8b274c8f259b8ce3283668028ba7c150bb0001fd9478b2')
package() {
# bin