chiark / gitweb /
fish: Better version naming
authorFredrik Fornwall <fredrik@fornwall.net>
Thu, 8 Oct 2015 22:01:09 +0000 (18:01 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Thu, 8 Oct 2015 22:01:09 +0000 (18:01 -0400)
packages/fish/build.sh

index 507447225210fe3230d090018b60c48d9aa065c7..47bda90bceba83382a4d4f225c7c0853fdec183d 100644 (file)
@@ -1,6 +1,6 @@
 TERMUX_PKG_HOMEPAGE=http://fishshell.com/
 TERMUX_PKG_DESCRIPTION="Shell geared towards interactive use"
-TERMUX_PKG_VERSION=2.2.0.`date "+%Y%m%d%H%M"`
+TERMUX_PKG_VERSION=2.2.0_`date "+%Y%m%d%H%M"`
 # TERMUX_PKG_SRCURL=http://fishshell.com/files/${TERMUX_PKG_VERSION}/fish-${TERMUX_PKG_VERSION}.tar.gz
 TERMUX_PKG_SRCURL=https://github.com/fish-shell/fish-shell/archive/master.zip
 TERMUX_PKG_NO_SRC_CACHE=yes