summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69599256109f..2d2a3b9d6ace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chkuuid
pkgdesc = Compare the UUID of each partition with those found in FSTAB.
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/daltomi/chkuuid
arch = x86_64
@@ -8,10 +8,10 @@ pkgbase = chkuuid
depends = udev
depends = libutil-linux
conflicts = chkuuid-git
- source = https://github.com/daltomi/chkuuid/releases/download/v1.2/chkuuid-git-1.2-1-x86_64.pkg.tar.xz
- source = https://github.com/daltomi/chkuuid/releases/download/v1.2/chkuuid-git-1.2-1-x86_64.pkg.tar.xz.sig
+ source = https://github.com/daltomi/chkuuid/releases/download/v1.3/chkuuid-git-1.3-1-x86_64.pkg.tar.xz
+ source = https://github.com/daltomi/chkuuid/releases/download/v1.3/chkuuid-git-1.3-1-x86_64.pkg.tar.xz.sig
validpgpkeys = 51479755D90A2AACFA90A6551DD242462908D08B
- sha256sums = a672aead5d0e13b0a925b022b54a4d1e8f6d83df8c96858e2c01112535bf09e9
+ sha256sums = d672f1b9178d27b3047a270d0e537322489cc9608e8750a6d1b81966768f2c65
sha256sums = SKIP
pkgname = chkuuid
diff --git a/PKGBUILD b/PKGBUILD
index d4b49c14fd1d..530f56afc23b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=chkuuid
pkgname=$pkgbase
-pkgver=1.2
+pkgver=1.3
pkgrel=1
_remotepkgbase=$pkgbase-git
_remotepkgrel=1
@@ -23,7 +23,7 @@ depends=('udev' 'libutil-linux')
source=("$url/releases/download/v$pkgver/$_remotepkgbase-$pkgver-$_remotepkgrel-x86_64.pkg.tar.xz"{,.sig})
-sha256sums=('a672aead5d0e13b0a925b022b54a4d1e8f6d83df8c96858e2c01112535bf09e9'
+sha256sums=('d672f1b9178d27b3047a270d0e537322489cc9608e8750a6d1b81966768f2c65'
'SKIP'
)