diff options
author | aulonsal | 2021-05-17 03:37:49 +0530 |
---|---|---|
committer | aulonsal | 2021-05-17 03:37:49 +0530 |
commit | 67637ed8f33928be0ec822d29516631d9552f25c (patch) | |
tree | 5c641ce24fa08d2d9898dae508589d28c6ae450e /PKGBUILD | |
parent | ec5bbaab9a8f316e1b8dcea2f8ddb2ea5aa50cf2 (diff) | |
download | aur-67637ed8f33928be0ec822d29516631d9552f25c.tar.gz |
upgpkg: f2 1.6.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: aulonsal <aulonsal at gmail dot com> pkgname=f2 -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="Cross-platform command-line tool for batch renaming files and directories quickly and safely" arch=(x86_64 i686 aarch64) @@ -13,7 +13,7 @@ makedepends=( 'go' ) source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -b2sums=('09a91492e0d39cbc0b511a60a988cba597771bcd4a717162f1bd9af8f1330e38031c17f901f40a75b155820b9ced2c15d88e65edb9bcc6cc04f2bfa7217946c8') +b2sums=('e5868a8281f6ded564c6ee7403cce8059ae310db40b2320ff6be63b8644ba9c53d72af551f0b9568af400bb3d4eaa63c6175df81d2c28f297ab0cb934bef9e3a') build() { export local CGO_CPPFLAGS="${CPPFLAGS}" |