diff options
-rw-r--r-- | system/yash/yash.SlackBuild | 4 | ||||
-rw-r--r-- | system/yash/yash.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index 2b6391ae49..cabe3bca8d 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.48} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.49} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/yash/yash.info b/system/yash/yash.info index b5cfd3299d..4dfe162189 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.48" +VERSION="2.49" HOMEPAGE="https://yash.osdn.jp/index.html.en" -DOWNLOAD="https://osdn.net/dl/yash/yash-2.48.tar.xz" -MD5SUM="aabcbbdd4048dec486f3a4cea5dee2a2" +DOWNLOAD="https://osdn.net/dl/yash/yash-2.49.tar.xz" +MD5SUM="38ff1fad5775906e62bb1b4e4fdb7255" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |