summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2021-03-22 15:15:48 +0000
committerGennadiy Mykhailiuta2021-03-22 15:15:48 +0000
commit51c1aa3b62f6a9769418f609d251467fc4fc6e0f (patch)
tree68da268707fe441f623b235aae72fdc15e69422c
parentabcc5efcfad37a6341bfeb22ae31c28f2cf1f809 (diff)
downloadaur-51c1aa3b62f6a9769418f609d251467fc4fc6e0f.tar.gz
Bump version to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae58db851c9..8dea492ada45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = textnote-bin
pkgdesc = Simple tool for creating and organizing daily notes on the command line
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/dkaslovsky/textnote
arch = x86_64
license = MIT
provides = textnote
conflicts = textnote
- source = https://github.com/dkaslovsky/textnote/releases/download/v1.1.0/textnote_linux_amd64
- sha256sums = 4bfd8bce0b1786a0d48fbb3dbb69e425e798f4531a4d449357108474e26cdd34
+ source = https://github.com/dkaslovsky/textnote/releases/download/v1.1.1/textnote_linux_amd64
+ sha256sums = 02cc79d2224344174cf3688ad6f57106bd78403b2fe26b2d3d609bb11cc92bf6
pkgname = textnote-bin
diff --git a/PKGBUILD b/PKGBUILD
index fa733a384d1b..dbad049fc683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=textnote
pkgname=${_name}-bin
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Simple tool for creating and organizing daily notes on the command line'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=()
conflicts=(${_name})
provides=(${_name})
source=("https://github.com/dkaslovsky/textnote/releases/download/v${pkgver}/textnote_linux_amd64")
-sha256sums=('4bfd8bce0b1786a0d48fbb3dbb69e425e798f4531a4d449357108474e26cdd34')
+sha256sums=('02cc79d2224344174cf3688ad6f57106bd78403b2fe26b2d3d609bb11cc92bf6')
package() {
cd "${srcdir}/"