We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3db4bed commit 9603434Copy full SHA for 9603434
1 file changed
srcpkgs/samurai/template
@@ -1,14 +1,15 @@
1
# Template file for 'samurai'
2
pkgname=samurai
3
-version=1.2
+version=1.3
4
revision=1
5
build_style=gnu-makefile
6
short_desc="Ninja-compatible build tool written in C"
7
maintainer="Duncaen <duncaen@voidlinux.org>"
8
-license="MIT, Apache-2.0"
+license="MIT AND Apache-2.0"
9
homepage="https://github.com/michaelforney/samurai"
10
+changelog="https://github.com/michaelforney/samurai/releases"
11
distfiles="https://github.com/michaelforney/samurai/archive/${version}.tar.gz"
-checksum=37a2d9f35f338c53387eba210bab7e5d8abe033492664984704ad84f91b71bac
12
+checksum=44ff119a27b343ec47a797fa8701c19b9e672230bc15f3c6a6cede9641ea6332
13
14
post_install() {
15
vlicense LICENSE
0 commit comments