summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8ed24c8bb99..8937bba0d951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nano-backup
pkgdesc = Precise and minimal file tracker
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/AlxHnr/nano-backup
arch = x86_64
license = MIT
depends = glibc
- source = nano-backup-0.5.0.tar.gz::https://github.com/AlxHnr/nano-backup/archive/v0.5.0.tar.gz
- md5sums = 9fac632668fb52609a79fbefe50983c2
+ source = nano-backup-0.5.1.tar.gz::https://github.com/AlxHnr/nano-backup/archive/v0.5.1.tar.gz
+ md5sums = 8f0eb68dbeb257cbc9ec2aa04e054887
pkgname = nano-backup
diff --git a/PKGBUILD b/PKGBUILD
index c36c5c6218ba..fa919fcb1755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=nano-backup
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Precise and minimal file tracker"
url="https://github.com/AlxHnr/nano-backup"
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('MIT')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-md5sums=('9fac632668fb52609a79fbefe50983c2')
+md5sums=('8f0eb68dbeb257cbc9ec2aa04e054887')
build() {