diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-01-10 11:32:07 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-01-10 11:32:07 +0000 |
commit | aa2ef8d2835f4ed17163e5c47285143df7f6d012 (patch) | |
tree | 7c19e256ade7bbe853db7318728c3f28dbabc146 /main/git | |
parent | 7de23116a961c9011c245f644ff6e08398298e09 (diff) | |
download | aports-aa2ef8d2835f4ed17163e5c47285143df7f6d012.tar.bz2 aports-aa2ef8d2835f4ed17163e5c47285143df7f6d012.tar.xz |
main/git: bump forgotten pkgrel
Diffstat (limited to 'main/git')
-rw-r--r-- | main/git/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/git/APKBUILD b/main/git/APKBUILD index 6a2d6e90a8..6d5ffa3a0b 100644 --- a/main/git/APKBUILD +++ b/main/git/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=git pkgver=2.15.0 -pkgrel=1 +pkgrel=2 pkgdesc="A distributed version control system" url="https://www.git-scm.com/" arch="all" |