summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2023-10-15 12:29:22 +1100
committerLuis Aranguren2023-10-15 12:29:22 +1100
commit36e25dc6b58aaee1b3be04db14dc7ce45aebc43e (patch)
tree9c676f614276f6b629b1fee94cc8d03fb99b1886 /PKGBUILD
parent1ac0d7371db765ec706da3955ea7185ca81c1d10 (diff)
downloadaur-perl-net-mqtt-simple.tar.gz
1.29
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3e590fd872d..009543f4b35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Aranguren <pizzaman@hotmail.com>
pkgname=perl-net-mqtt-simple
-pkgver=1.28
+pkgver=1.29
pkgrel=1
pkgdesc="Net::MQTT::Simple - Very simple MQTT implementation"
arch=(any)
@@ -10,7 +10,7 @@ url="https://search.cpan.org/dist/Net-MQTT-Simple/"
depends=('perl')
options=(!emptydirs)
source=(https://search.cpan.org/CPAN/authors/id/J/JU/JUERD/Net-MQTT-Simple-${pkgver}.tar.gz)
-sha256sums=('4a9ea107e6bc22e26b533678a0a3cc6c423b3784ec3fc44e8e3339b7c56bee03')
+sha256sums=('de7753a722b7cdab590ba9a0a692dcaf9a045e65e654b79c6a069057bdb89ad2')
build() {
cd "$srcdir"/Net-MQTT-Simple-${pkgver}