summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoReleaser2021-07-12 02:14:30 +0800
committerGoReleaser2021-07-12 02:14:30 +0800
commiteb7a7be0f775ab3f07b33a2139a8b246af17e044 (patch)
tree172e240c821056862f5598442bbb00ffc82d5575
parent2a03e698cb1b92293f7548d37fc64c5452e7bb06 (diff)
downloadaur-eb7a7be0f775ab3f07b33a2139a8b246af17e044.tar.gz
Updated to version v0.2.3 release 2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b33092fc4bbc..4824bba72743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pingme-bin
pkgdesc = PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms & email (official binary)
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://pingme.lmno.pk
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = pingme-bin
conflicts = pingme
source_x86_64 = pingme_0.2.3_linux_x86_64.tar.gz::https://github.com/kha7iq/pingme/releases/download/v0.2.3/pingme_linux_x86_64.tar.gz")
- sha256sums_x86_64 = (0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5)
+ sha256sums_x86_64 = (aff2a06b1f863b7b4dc62bb140317e1be6898357bf9a12f3dcfcc0ccf1c12ba6)
source_i686 = pingme_0.2.3_linux_i386.tar.gz::https://github.com/kha7iq/pingme/releases/download/v0.2.3/pingme_linux_i386.tar.gz")
sha256sums_i686 = (0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5)
diff --git a/PKGBUILD b/PKGBUILD
index 6e6bb593043b..44b130686ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='pingme-bin'
_pkgname="${pkgname%-bin}"
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="PingMe is a CLI tool which provides the ability to send messages or alerts to multiple messaging platforms & email. (official binary)"
url='https://pingme.lmno.pk'
arch=("i686" "x86_64" "aarch64")
@@ -18,7 +18,7 @@ optdepends=('nfpm: deb and rpm packager')
_basedownloadurl="https://github.com/kha7iq/${_pkgname}/releases/download/v${pkgver}"
source_x86_64=("${_pkgname}_${pkgver}_linux_x86_64.tar.gz::${_basedownloadurl}/${_pkgname}_linux_x86_64.tar.gz")
-sha256sums_x86_64=(0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5)
+sha256sums_x86_64=(aff2a06b1f863b7b4dc62bb140317e1be6898357bf9a12f3dcfcc0ccf1c12ba6)
source_i686=("${_pkgname}_${pkgver}_linux_i386.tar.gz::${_basedownloadurl}/${_pkgname}_linux_i386.tar.gz")
sha256sums_i686=(0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5)