bumb 1.12.15, added http*s*:
diff --git a/PKGBUILD b/PKGBUILD
index 2a97adb..c766822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Chet Gray <chetgray@gmail.com>
pkgname=bfg
-pkgver=1.12.12
+pkgver=1.12.15
pkgrel=1
pkgdesc='Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala.'
arch=('any')
url='http://rtyley.github.io/bfg-repo-cleaner/'
license=('GPL3')
depends=('java-environment' 'bash')
-source=("http://repo1.maven.org/maven2/com/madgag/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar"
+source=("https://repo1.maven.org/maven2/com/madgag/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar"
"${pkgname}.sh")
noextract=("${pkgname}-${pkgver}.jar")
-sha256sums=('03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a'
+sha256sums=('330af214a0fed320c591afc1046b0f31e8a438f290da09672973aeaa6411b09d'
'a41ad8ff48364c1118e69f5c1c6c5c070d56ad1d2f9cd09bca3c095385a6b530')
Search Criteria
Package Details: bfg 1.12.16-1
| Git Clone URL: | https://aur.archlinux.org/bfg.git (read-only) |
|---|---|
| Package Base: | bfg |
| Description: | Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala. |
| Upstream URL: | http://rtyley.github.io/bfg-repo-cleaner/ |
| Licenses: | |
| Submitter: | chetgray |
| Maintainer: | alexanderp |
| Last Packager: | alexanderp |
| Votes: | 36 |
| Popularity: | 0.199529 |
| First Submitted: | 2014-03-12 05:23 |
| Last Updated: | 2017-09-30 13:55 |
Dependencies (2)
- bash (bash-devel-git, bash-devel-static-git)
- java-environment (intellij-jdk, java-gcj-compat, jdk, jdk-arm, jdk-dcevm, jdk-devel, jdk5, jdk6, jdk7, jdk7-openjdk-infinality, jdk8, jdk8-j9-bin, jdk8-openjdk-infinality, jdk8-openjdk-jetbrains, jdk8-openjdk-jetbrains-git, jdk9-openj9-bin, tuxjdk, zulu-jdk, jdk7-openjdk, jdk8-openjdk, jdk9-openjdk)
Required by (0)
Sources (2)
Latest Comments
sebstar commented on 2017-02-17 11:36
noderat commented on 2016-11-18 07:20
1.12.14
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Chet Gray <chetgray@gmail.com>
pkgname=bfg
pkgver=1.12.14
pkgrel=1
pkgdesc='Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala.'
arch=('any')
url='http://rtyley.github.io/bfg-repo-cleaner/'
license=('GPL3')
depends=('java-environment' 'bash')
source=("${pkgname}-${pkgver}.jar::https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=${pkgver}"
"${pkgname}.sh")
noextract=("${pkgname}-${pkgver}.jar")
sha256sums=('7a44d53ef626a4282c34cc363166e678c5d9e91e4c6815e8e069036edd9fab64'
'9a61eb0acaa5035a668eb517ca735545dfad25f550e8670092ebb1dab03ec926')
package() {
cd "${srcdir}"
install -D -m755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
install -D -m644 "${pkgname}-${pkgver}.jar" "${pkgdir}/usr/share/java/${pkgname}/${pkgname}.jar"
}
Also should use this for the shebang:
#!/usr/bin/env sh
altkrall commented on 2016-04-04 01:05
this packaging is very insecure. Please use https:
source=("${pkgname}-${pkgver}.jar::https://search.maven.org/remote_content?g=com.madgag&a=bfg&v=${pkgver}"
"${pkgname}.sh")
and/or:
sha256sums
noderat commented on 2015-11-20 23:03
1.12.7 is released
epitron commented on 2015-11-11 08:12
Version 1.12.7 is out!
Skatox commented on 2015-08-17 21:50
Updated, thanks for the correction.
ctag commented on 2015-08-17 17:12
This wouldn't work for me until I edited /usr/bin/bfg-repo-cleaner to reflect:
exec /usr/bin/java -jar '/usr/share/java/bfg/bfg-1.12.3.jar' "$@"
isaacaggrey commented on 2014-12-10 16:07
I've just adopted this package, but I will not be able to get this in shape until this weekend.
isaacaggrey commented on 2014-12-10 16:07
I've just adopted this package while at work, but I will not have a chance to get this in shape until tonight.