summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2022-10-18 05:42:17 +0000
committergoreleaserbot2022-10-18 05:42:17 +0000
commitd3026171f32073d5d6a337ab6aa860debb5c9760 (patch)
tree198d5cef5a102fd104467db5bf88adc124d4df59
parent73734337ad585ae5357b04abe75e9458e41d8924 (diff)
downloadaur-d3026171f32073d5d6a337ab6aa860debb5c9760.tar.gz
Update to v0.8.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD18
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc74aa53d79..e74966cab6c6 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.7.0
+ pkgver = 0.8.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.7.0/dns53_0.7.0_linux-arm64.tar.gz
- sha256sums_aarch64 = b1cfb41ffa47c36ea28b8d87a53f364ef1ee445277200b5a13de4fefaf8e940f
+ source_aarch64 = https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-arm64.tar.gz
+ sha256sums_aarch64 = e2be15c599485d882a3a7f213e71d73589c02763e3fe07b972b14f248fb64f2c
arch = armv7h
- source_armv7h = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-arm.tar.gz
- sha256sums_armv7h = 2aca3bd934b105fb7ae4321b250f05795fd4b64dae419b54b2fc18efafcd1d2c
+ source_armv7h = https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-arm.tar.gz
+ sha256sums_armv7h = d804d92d7b66a7acbe3f3498449a0728759dad4eb95f9ec5406753365f432b93
arch = i686
- source_i686 = https://github.com/purpleclay/dns53/releases/download/v0.7.0/dns53_0.7.0_linux-i386.tar.gz
- sha256sums_i686 = 4b97067e95a624203bdda94ee0264c59bfa35dee0f7fa393e6707ae5a3217e06
+ source_i686 = https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-i386.tar.gz
+ sha256sums_i686 = 5090cdb668c087359bca3215d74d520a276d1467b2159b6c9edf37c3517825b8
arch = x86_64
- 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
+ source_x86_64 = https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-x86_64.tar.gz
+ sha256sums_x86_64 = 1de02135711dd24574912989bf99dce11378bad5f276104979081cefb28c62e5
pkgname = dns53-bin
diff --git a/PKGBUILD b/PKGBUILD
index a6ead143c0d5..34f9e368ad43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Purple Clay <purple clay at gmail dot com>
pkgname='dns53-bin'
-pkgver=0.7.0
+pkgver=0.8.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.7.0/dns53_0.7.0_linux-arm64.tar.gz")
-sha256sums_aarch64=('b1cfb41ffa47c36ea28b8d87a53f364ef1ee445277200b5a13de4fefaf8e940f')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-arm64.tar.gz")
+sha256sums_aarch64=('e2be15c599485d882a3a7f213e71d73589c02763e3fe07b972b14f248fb64f2c')
-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_armv7h=("${pkgname}_${pkgver}_armv7h.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-arm.tar.gz")
+sha256sums_armv7h=('d804d92d7b66a7acbe3f3498449a0728759dad4eb95f9ec5406753365f432b93')
-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_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-i386.tar.gz")
+sha256sums_i686=('5090cdb668c087359bca3215d74d520a276d1467b2159b6c9edf37c3517825b8')
-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')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/purpleclay/dns53/releases/download/v0.8.0/dns53_0.8.0_linux-x86_64.tar.gz")
+sha256sums_x86_64=('1de02135711dd24574912989bf99dce11378bad5f276104979081cefb28c62e5')
package() {
# bin