diff options
author | Nico Rittstieg | 2021-01-02 08:12:42 +0100 |
---|---|---|
committer | Nico Rittstieg | 2021-01-02 08:12:42 +0100 |
commit | 7b5e5398c02cb26a2fbd36dac4cbeec7f8dfa106 (patch) | |
tree | fe2f31ef1d2c2956674906e96f75014e2e32bc27 | |
parent | 4464713d83569f981c798c474be4c7a2a88db343 (diff) | |
download | aur-7b5e5398c02cb26a2fbd36dac4cbeec7f8dfa106.tar.gz |
Update to version 1.2.7
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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}" |