summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Aranguren2022-12-30 10:24:28 +1100
committerLuis Aranguren2022-12-30 10:24:28 +1100
commit1ac0d7371db765ec706da3955ea7185ca81c1d10 (patch)
treee8afe3f49d82e1d1a9879bc9359bdfe1f1924ffd /PKGBUILD
parent0b4d7390e908c2eca21ca87c32f8bc4b13b6e43e (diff)
downloadaur-1ac0d7371db765ec706da3955ea7185ca81c1d10.tar.gz
1.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e4aa2034fb4..d3e590fd872d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Aranguren <pizzaman@hotmail.com>
pkgname=perl-net-mqtt-simple
-pkgver=1.27
+pkgver=1.28
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=('30116701a7eab72e85177701f318f01d732f6e34cd8be40b67717b83bb393db4')
+sha256sums=('4a9ea107e6bc22e26b533678a0a3cc6c423b3784ec3fc44e8e3339b7c56bee03')
build() {
cd "$srcdir"/Net-MQTT-Simple-${pkgver}