summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Rittstieg2021-01-02 08:12:42 +0100
committerNico Rittstieg2021-01-02 08:12:42 +0100
commit7b5e5398c02cb26a2fbd36dac4cbeec7f8dfa106 (patch)
treefe2f31ef1d2c2956674906e96f75014e2e32bc27
parent4464713d83569f981c798c474be4c7a2a88db343 (diff)
downloadaur-7b5e5398c02cb26a2fbd36dac4cbeec7f8dfa106.tar.gz
Update to version 1.2.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e0d44d6070..db57f43a3658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ntag
pkgdesc = Audio file tag editor, created with JavaFX
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://github.com/nrittsti/ntag
arch = x86_64
license = GPL3
- source = https://github.com/nrittsti/ntag/releases/download/v1.2.6/ntag-1.2.6-linux_bin.tar.gz
- md5sums = 1d1f336f6d097cad098a47f6342fdd95
+ source = https://github.com/nrittsti/ntag/releases/download/v1.2.7/ntag-1.2.7-linux_bin.tar.gz
+ md5sums = b127487b667bfba680c1623863f03bd8
pkgname = ntag
diff --git a/PKGBUILD b/PKGBUILD
index 4bfcbd0b4689..109581d45a5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Nico Rittstieg <nico dot rittstieg at gmx dot de>
pkgname=ntag
-pkgver=1.2.6
+pkgver=1.2.7
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=('1d1f336f6d097cad098a47f6342fdd95')
+md5sums=('b127487b667bfba680c1623863f03bd8')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"