diff options
author | txtsd | 2025-01-03 09:16:53 +0530 |
---|---|---|
committer | txtsd | 2025-01-03 09:16:53 +0530 |
commit | 6a9270a78feb74582e257c6e8090a4787be42d4b (patch) | |
tree | 10e8946edb033e9d76a4b100a592cf4a8c796b49 /PKGBUILD | |
parent | 3b1158fb6e6a2b19d47a4ab380ff902bcbe9c28e (diff) | |
download | aur-6a9270a78feb74582e257c6e8090a4787be42d4b.tar.gz |
upgpkg: ripme 2.1.13-1
Upstream Release: ripme 2.1.13
..
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,12 +2,12 @@ # Contributor: neeshy <neeshy@tfwno.gf> pkgname=ripme -pkgver=2.1.12 -_pkgver=2.1.11-20-ca96ce88 +pkgver=2.1.13 +_pkgver=2.1.13-7-fac3f8ea pkgrel=1 pkgdesc='Downloads albums in bulk' arch=(any) -url='https://github.com/ripmeapp2/ripme' +url='https://github.com/RipMeApp/ripme' license=('MIT') depends=( 'java-runtime>=17' @@ -19,8 +19,8 @@ makedepends=( gradle ) options=(!debug) -source=("git+${url}#tag=${pkgver}") -sha256sums=('5a5310c938beb58b9795203782e845dca4f8c8461a8784fa881aa231916283ff') +source=("git+${url}#tag=${_pkgver}") +sha256sums=('4154a38c8f2f927011364e5e3cd7f7e733fd7817cbb5580a4258db0aadbe5436') build() { cd "${pkgname}" |