summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2021-02-23 07:29:32 +0000
committerGennadiy Mykhailiuta2021-02-23 07:29:32 +0000
commitc0e22757fa46fbaba4bdca752b7787368f7d3c9d (patch)
tree49f615d8c37867d9d8c23d44a4ecf76e8c57fbc5 /PKGBUILD
parent463b343f82897d248bb0856dca3dc440260578ae (diff)
downloadaur-c0e22757fa46fbaba4bdca752b7787368f7d3c9d.tar.gz
Bump version to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 798e184afeb9..2cac6720c45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=textnote
pkgname=${_name}-bin
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Simple tool for creating and organizing daily notes on the command line'
arch=('x86_64')
@@ -11,12 +11,8 @@ license=('MIT')
depends=()
conflicts=(${_name})
provides=(${_name})
-source=(
- 'https://github.com/dkaslovsky/textnote/releases/download/v1.0.0/textnote_linux_amd64'
-)
-sha256sums=(
- '69e25a2950c1a9d30e72d663681c0df28954a8b46cc81e6e52a168118b84eff9'
-)
+source=('https://github.com/dkaslovsky/textnote/releases/download/v${pkgver}/textnote_linux_amd64')
+sha256sums=('4bfd8bce0b1786a0d48fbb3dbb69e425e798f4531a4d449357108474e26cdd34')
package() {
cd "${srcdir}/"