summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Rittstieg2021-01-23 10:19:34 +0100
committerNico Rittstieg2021-01-23 10:19:34 +0100
commit122908bb6a117070609a4c2d5ab2cd9ff2141a1a (patch)
tree3fb98d34275a3e700c3e577d01e56422d6a8a9e8
parent7b5e5398c02cb26a2fbd36dac4cbeec7f8dfa106 (diff)
downloadaur-122908bb6a117070609a4c2d5ab2cd9ff2141a1a.tar.gz
Update to version 1.2.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db57f43a3658..3fadc570ccf4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ntag
pkgdesc = Audio file tag editor, created with JavaFX
- pkgver = 1.2.7
+ pkgver = 1.2.9
pkgrel = 1
url = https://github.com/nrittsti/ntag
arch = x86_64
license = GPL3
- source = https://github.com/nrittsti/ntag/releases/download/v1.2.7/ntag-1.2.7-linux_bin.tar.gz
- md5sums = b127487b667bfba680c1623863f03bd8
+ source = https://github.com/nrittsti/ntag/releases/download/v1.2.9/ntag-1.2.9-linux_bin.tar.gz
+ sha256sums = 94a8cf5ccc9656283fbea3807be5ab32243f83bc83454e0e00e2d788949208ac
pkgname = ntag
diff --git a/PKGBUILD b/PKGBUILD
index 109581d45a5c..3388cfcf45b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nico Rittstieg <nico dot rittstieg at gmx dot de>
pkgname=ntag
-pkgver=1.2.7
+pkgver=1.2.9
pkgrel=1
pkgdesc="Audio file tag editor, created with JavaFX"
arch=('x86_64')
url="https://github.com/nrittsti/ntag"
license=('GPL3')
source=("https://github.com/nrittsti/ntag/releases/download/v${pkgver}/${pkgname}-${pkgver}-linux_bin.tar.gz")
-md5sums=('b127487b667bfba680c1623863f03bd8')
+sha256sums=('94a8cf5ccc9656283fbea3807be5ab32243f83bc83454e0e00e2d788949208ac')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"