mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
git-team: update to 1.4.0.
This commit is contained in:
parent
3a928acbf9
commit
3d656b8ec1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'git-team'
|
# Template file for 'git-team'
|
||||||
pkgname=git-team
|
pkgname=git-team
|
||||||
version=1.3.8
|
version=1.4.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/hekmekk/git-team
|
go_import_path=github.com/hekmekk/git-team
|
||||||
|
@ -10,11 +10,11 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/hekmekk/git-team"
|
homepage="https://github.com/hekmekk/git-team"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=f2a2f22889f9f74c0a93ed7b1c605a891ae194046a3343d49c60d67fd1f61302
|
checksum=c14370bc180d1da0e04816c71ac1001d039791b801216f670ed5f089beffb3ec
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/core/config/loader_test.go
|
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/command/enable/commitsettings/datasource/static_value_data_source_test.go
|
||||||
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/core/config/loader.go
|
vsed -e 's,/usr/local/etc/git-team/hooks,/usr/libexec/git-team/hooks,g' -i src/command/enable/commitsettings/datasource/static_value_data_source.go
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue