Skip to content

Commit ee9f19a

Browse files
committed
upgpkg: dnscontrol 4.33.0-1
upstream release
1 parent 56e93bc commit ee9f19a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

dnscontrol/.SRCINFO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = dnscontrol
22
pkgdesc = Synchronize your DNS to multiple providers from a simple DSL
3-
pkgver = 4.32.0
3+
pkgver = 4.33.0
44
pkgrel = 1
55
url = https://stackexchange.github.io/dnscontrol/
66
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = dnscontrol
99
license = MIT
1010
makedepends = go
1111
depends = glibc
12-
provides = dnscontrol=4.32.0
13-
source = dnscontrol-4.32.0.tar.gz::https://github.com/StackExchange/dnscontrol/archive/v4.32.0.tar.gz
14-
b2sums = eb4ed69fe99715e1ec0bafc63063c1be2dc28dd05bcbcfe4233819bf2fa6e819d72c0d346be03c6829394be4d01f15ad7a7844a9afac40212ff378a02b1c7b2c
12+
provides = dnscontrol=4.33.0
13+
source = dnscontrol-4.33.0.tar.gz::https://github.com/StackExchange/dnscontrol/archive/v4.33.0.tar.gz
14+
b2sums = 8a8093f575cc46675f8a5022fe3510c5e3469eadef9a8d957fa9121706b19c805814fe725dd4c41266e8fd30f86c600f6738b8968d766f6114a60b689eb96239
1515

1616
pkgname = dnscontrol

dnscontrol/.nvchecker.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
source = "git"
33
git = "https://github.com/stackexchange/dnscontrol.git"
44
prefix = "v"
5+
ignored = "v4.33.0-beta1"

dnscontrol/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: nirnakinho <aur at dominikbodi dot de>
33

44
pkgname=dnscontrol
5-
pkgver=4.32.0
5+
pkgver=4.33.0
66
pkgrel=1
77
pkgdesc="Synchronize your DNS to multiple providers from a simple DSL"
88
arch=('x86_64' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ depends=('glibc')
1212
makedepends=('go')
1313
provides=("${pkgname}=${pkgver}")
1414
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/StackExchange/${pkgname}/archive/v${pkgver}.tar.gz")
15-
b2sums=('eb4ed69fe99715e1ec0bafc63063c1be2dc28dd05bcbcfe4233819bf2fa6e819d72c0d346be03c6829394be4d01f15ad7a7844a9afac40212ff378a02b1c7b2c')
15+
b2sums=('8a8093f575cc46675f8a5022fe3510c5e3469eadef9a8d957fa9121706b19c805814fe725dd4c41266e8fd30f86c600f6738b8968d766f6114a60b689eb96239')
1616

1717
build() {
1818
cd "$pkgname-$pkgver"

0 commit comments

Comments
 (0)